//location

function get_propertylocation(city, street, description, directions)
{
var propertylocation="<h4 class='area'><font color='#F6F6D2'><br><big><big>Location</big></big><br><hr><font size='-1' face='arial, sans-serif'>"+street+"<br>"+city+"<br>"+description+"<br><table width='90%' align='center' background bgcolor='#3389FD'><tr><td class='directions'><b>Directions</b>:"+directions+"</td></tr></table><br></font></h4>";
return propertylocation;
}



//location without directions

function get_location_nodirections(city, street, description)
{
var location_nodirections="<h4 class='area'><font color='#F6F6D2'><br><big><big>Location</big></big><br><hr><font size='-1' face='arial, sans-serif'>"+street+"<br>"+city+"<br>"+description+"<br><br></font></h4>";
return location_nodirections;
}


//description of property

function get_description(paragraph1, paragraph2)
{
var description="<p class='desc'><big><b>Description</b></big><br><br>"+paragraph1+"</p><p class='desc'>"+paragraph2+"</p>";
return description;
}

//other items offered

function get_otheritems(point1, point2, point3, point4, point5, point6)
{
var otheritems="<p class='desc'><big><b>Other</b></big><br><br><ul class='other'><li>"+point1+"<br><br><li>"+point2+"<br><br><li>"+point3+"<br><br><li>"+point4+"<br><br><li>"+point5+"<br><br><li>"+point6+"<br><br></ul></p>";
return otheritems;
}



//short title description

function get_title(short_description)
{
var title="<h3 align='center' class='description'>"+short_description+"</h3>";
return title;
}


//cost


function get_cost(cost_content)
{
var cost="<table width='80%' align='center' border='3' bordercolor='#971f07'><tr><td align='center' background bgcolor='#F6F6D2'><br><p class='desc'><big><big><b>Cost</b></big></big><br><table width='100%' ><tr><td align='left'><ul class='other'><li>"+cost_content+"<br><br></ul></td></tr></table></p></td></tr></table>";
return cost;
}


//activities

function get_activities(activities)
{
var activities="<p class='desc' align='center'><big><b>Nearby Activities</b></big><br><br><ul class='other' ><li>"+activities+"<br><br></ul></p>";
return activities;
}


//caption

function get_caption(caption)
{
var caption="<textarea name='caption' rows=2 cols=50>"+caption+"</textarea>";
return caption;
}


//featured property on home page


function get_featured_prop(section, description)
{
var featured_prop="<td align='center' valign='top' background bgcolor='#F6F6D2' border='2' bordercolor='#971f07' width='425'><h4 class='title'><big><big>Featured <br> Property<br></big></big></h4><a href='http://www.parkcountyrentals.com/"+section+"/longterm1.html' border='0'><img src='"+section+"/thumb1.jpeg'></a><table width='100%' cellpadding='5' cellspacing='5' border='1'><tr><td align='left' valign='top'><p><font size='-2' face='arial, sans-serif'><b>"+description+"</b></font><br><br><a href='http://www.parkcountyrentals.com/"+section+"/longterm1.html'><b>Find out more</b></a></p></td></tr></table></td>";
return featured_prop;
}


//long term property listing

function get_longterm_property(section, address, description, mapurl)
{
var longterm_property="<tr><td width='30%'><a href='http://www.parkcountyrentals.com/"+section+"/longterm1.html' border='0''><img src='"+section+"/thumb1.jpeg' valign='top'><br><b><font size='-2' face='arial, sans-serif' color='white'>"+address+"</font></b></a></td><td valign='top' width='60%' background bgcolor='white'><p align='center' class='link' valign='top' valign='top'><b>"+description+"</b></p></td><td width='10%' background bgcolor='white'><a href='http://www.parkcountyrentals.com/"+section+"/longterm1.html' valign='top'><b>More</b></a><br><a href='"+mapurl+"'><font size='-1'><b>Map It</b></font></a></td></tr>";
return longterm_property;
}
		
	


//print locations

function print_hiawatha141_loc()
{  
var hiawatha141_loc=get_location_nodirections("Hartsel, CO", "141 Hiawatha", "Close to Eleven Mile Reservoir!");
document.write(hiawatha141_loc);

}

function print_sacramento271_loc()
{  
var sacramento271_loc=get_location_nodirections("Fairplay, CO", "271 Sacramento", "Home in highly desirable Valley of the Sun. &nbsp;&nbsp;20 minutes to Breckenridge and 10 minutes to Fairplay.");
document.write(sacramento271_loc);

}

function print_nuthatch352_loc()
{  
var nuthatch352_loc=get_location_nodirections("Alma, CO", "352 Nuthatch", "9 miles south of Breckenridge");
document.write(nuthatch352_loc);

}




//print description

function print_hiawatha141_desc()
{
var hiawatha141_desc=get_description("Beautiful 3 bedroom, 3 bath home on over 2 acres of gorgeous treed property.", "Incredible views. Great 12 month access. &nbsp; Even close to 11 Mile for world class fishing!!!");
document.write(hiawatha141_desc);
}

function print_sacramento271_desc()
{
var sacramento271_desc=get_description("Cute home in highly desirable Valley of the Sun.  &nbsp;1 acre of trees and great views! ", "Good 12 month access. ");
document.write(sacramento271_desc);
}

function print_nuthatch352_desc()
{
var nuthatch352_desc=get_description("Beautiful Mountain Home 9 miles south of Breckenridge. ", " 4 bedroom, 3 bath home on over 2 acres of dense firs and aspens, with incredible views! ");
document.write(nuthatch352_desc);
}





//print other items

function print_hiawatha141_other()
{
var hiawatha141_other=get_otheritems("Wood burning stove to conserve on heating bills! ", "Oversized 2 car garage", "Fenced yard for a dog.", "All appliances included as well as washer and dryer", "With the heating style and passive solar, heating bills can be very low. ", "Great home to enjoy!");
document.write(hiawatha141_other);
}

function print_sacramento271_other()
{
var sacramento271_other=get_otheritems("Decks and a fenced yard. ", "Shed for your extra stuff.", "3 bedrooms and 2 bath home ", "Forced air propane heat", "All appliances included.  ", "Ready to move in today!");
document.write(sacramento271_other);
}

function print_nuthatch352_other()
{
var nuthatch352_other=get_otheritems("Built in 2006 ", "this is a furnished two story home", "Gourmet kitchen", "Beautiful furnishings complement the setting!", "No garage but a large parking area. ", "");
document.write(nuthatch352_other);
}






//print short title description

function print_hiawatha141_title()
{
var hiawatha141_title=get_title("Beautiful home on over 2 acres of gorgeous treed property. &nbsp;Incredible views!!");
document.write(hiawatha141_title);
}

function print_sacramento271_title()
{
var sacramento271_title=get_title("Cute home in highly desirable Valley of the Sun. &nbsp;Great views!");
document.write(sacramento271_title);
}

function print_nuthatch352_title()
{
var nuthatch352_title=get_title("4 bedroom, 3 bath home on over 2 acres of dense firs and aspens, with incredible views! ");
document.write(nuthatch352_title);
}



//print cost 

function print_hiawatha141_cost()
{
var hiawatha141_cost=get_cost("$1000 per month");
document.write(hiawatha141_cost);
}


function print_sacramento271_cost()
{
var sacramento271_cost=get_cost("$1100 per month");
document.write(sacramento271_cost);
}

function print_nuthatch352_cost()
{
var nuthatch352_cost=get_cost("$1575 per month");
document.write(nuthatch352_cost);
}


//Please call<br> 719 836-2305<br> for details


//print activities

function print_hiawatha141_activities()
{
var hiawatha141_activities=get_activities("World class fishing at Eleven Mile Reservoir");
document.write(hiawatha141_activities);
}

function print_sacramento271_activities()
{
var sacramento271_activities=get_activities("20 minutes to Breckenridge");
document.write(sacramento271_activities);
}

function print_nuthatch352_activities()
{
var nuthatch352_activities=get_activities("9 miles to Breckenridge");
document.write(nuthatch352_activities);
}


//print caption

function print_hiawatha141_caption()
{
var hiawatha141_caption=get_caption("141 Hiawatha, Hartsel, CO");
document.write(hiawatha141_caption);
}


function print_sacramento271_caption()
{
var sacramento271_caption=get_caption("271 Sacramento, Fairplay, CO - View from kitchen into living room");
document.write(sacramento271_caption);
}

function print_nuthatch352_caption()
{
var nuthatch352_caption=get_caption("352 Nuthatch, Alma, CO - the exterior");
document.write(nuthatch352_caption);
}


//print featured property

function print_featured_property()
{
var featured_property=get_featured_prop("nuthatch352", "4 bedroom, 3 bath home on over 2 acres of dense firs and aspens, with incredible views!");
document.write(featured_property);
}


//print longterm property listing

function print_hiawatha141_listing()
{
var hiawatha141_listing=get_longterm_property("hiawatha141", "141 Hiawatha, Hartsel, CO", "Beautiful 3 bedroom, 3 bath home on over 2 acres of gorgeous treed property.", "http://mapq.st/lX13Aw");
document.write(hiawatha141_listing);
}

function print_sacramento271_listing()
{
var sacramento271_listing=get_longterm_property("sacramento271", "271 Sacramento, Fairplay, CO", "Cute home in highly desirable Valley of the Sun.&nbsp;&nbsp;  One acre of trees and great views! ", "http://mapq.st/iSIVmF");
document.write(sacramento271_listing);
}

function print_nuthatch352_listing()
{
var nuthatch352_listing=get_longterm_property("nuthatch352", "352 Nuthatch, Alma, CO", "4 bedroom, 3 bath home on over 2 acres of dense firs and aspens, with incredible views!", "http://mapq.st/lIO7No");
document.write(nuthatch352_listing);
}



function print_test()
{
document.write("This is a test");
}
