function viewattraction(attrID, Site_ID)
{

window.open('/attraction_popup.asp?attrID=' + attrID+ '&Site_ID=' + Site_ID,'NewWindow','scrollbars,resizable=yes,width=550,height=450','resizable=yes');
}

function viewMap(mapName, siteName)
{
window.open('/view_map.asp?mapName=' + mapName + '&siteName=' + siteName,'NewWindow','resizable=yes,width=415,height=490');
}
