﻿// JScript File
//for Community Page links to gallery and model flash viewers.


function CommunityPageGalleryLinks(){

document.write('<!--image gallery link and Baker Res logo for hortons creek-->\n');
document.write('<br>\n');
document.write('<table width=\"463\"><tr>\n');
document.write('<td width=\"300\" align=\"left\" valign=\"top\">&nbsp;<span class=\"locationtext\">Click here to view our wide selection of home plans.</span></td>\n');
document.write('<td align=\"left\" valign=\"top\">\n');
document.write('<a href=\"commgallery.aspx?ind=HOR\" target=\"_blank\"><img src=\"images/hor/gallery.gif\" border=\"0\" alt=\"Hortons Creek Gallery of Homes\"></a></td>\n');
document.write('</tr></table>\n');
document.write('<div class=\"locationtext\" align=\"left\" style=\"vertical-align: top\">\n');

}

function CommunityPageGalleryLinksKIT(){

document.write('<!--image gallery link for Kitts Creek-->\n');
//document.write('<br>\n');
document.write('<div class=\"locationtext\" align=\"left\" style=\"vertical-align: middle\">\n');
document.write('&nbsp;To view a collection of Kitts Creek photos, click here. &nbsp;&nbsp;&nbsp;\n');
document.write('<a href=\"commmodels.aspx?ind=KIT\">\n');
document.write('<img src=\"images/hor/photogallery.gif\" border=\"0\" alt=\"Kitts Creek\"></a><br>&nbsp;</div>\n');

}

function CommunityPageGalleryLinksLNV(){

document.write('<!--image gallery link for Linville-->\n');
//document.write('<br>\n');
document.write('<div class=\"locationtext\" align=\"left\" style=\"vertical-align: middle\">\n');
document.write('&nbsp;To see photos of completed homes, click here. &nbsp;&nbsp;&nbsp;\n');
document.write('<a href=\"commmodels.aspx?ind=LNV\">\n');
document.write('<img src=\"images/hor/gallery.gif\" border=\"0\" alt=\"Linville by Creedmoor Partners\"></a><br>&nbsp;</div>\n');

}

