if ( self.parent.frames.length != 0 )
{
	parent.location.href = "http://www.horizon202.nl/" ;
}

var url="http://www.horizon202.nl/";
var description="Horizon 202 :: Panorama fotografie ::";

function bookmark(url, description)
{
netscape="Netscape en Mozilla gebruikers, toets CTRL+D om deze site aan je favorieten toe te voegen."
mozilla="Mozilla gebruikers toets CTRL+D om deze site aan je favorieten toe te voegen."

if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}

function showfotoh(url) {
newWin = window.open("panofoto.php?pfoto="+url, "PanoramaH", "width=910,height=385,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,top=0,left=0");
newWin.focus();  
return false;  
}

function showfotov(url) {
newWin = window.open("panofoto.php?pfoto="+url, "PanoramaV", "width=280,height=665,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,top=0,left=0");
newWin.focus();  
return false;  
}

function showfotohe(url) {
newWin = window.open("panofotoe.php?pfoto="+url, "PanoramaH", "width=930,height=405,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left=0");
newWin.focus();  
return false;  
}

function clickclose() {
close();
}