function openMapHelp(){window.open("/app/help/help_map.jsp","help","width=570,height=400,scrollbars=1,resizable=1") }
function openItinerary(id){window.open("/app/mock/pages/itinerary.jsp?id="+id,"itinerary","width=300,height=400,scrollbars=1") }
function openItineraries(){window.open("/app/mock/pages/itineraryall.jsp?showprint=true","itinerary","width=400,height=400,scrollbars=1") }
function addTestimony()
{
	window.open("testimonials-add.jsp","testomony","width=550,height=500,scrollbars=1")
}
function moreTestimonies()
{
}
function openCommunities()
{
	window.open("components/communities.jsp","communities","width=380,height=480,scrollbars=1") 
}

function showPopup(){
    MM_showHideLayers('popupAd','','show');
    MM_showHideLayers('popupAd2','','show');
}

function showCam1(){
    newWindow("components/videoScreen.jsp?show=webcam1");
}

function showCam2(){
     newWindow("components/videoScreen.jsp?show=webcam2");
}

function showVideo2(){
     newWindow("components/videoScreen.jsp?show=video2");
}

function showVideo(){
    newWindow("components/videoScreen.jsp?show=video");
}

function newWindow(newContent){
    videoWin = window.open(newContent, 'videoWin', 'right=0,top=20,width=400,height=317,toolbar=no,scrollbars=no,resizable=no');
    videoWin.focus()
}