function PopUp(){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((800)/2);
    placementy=(ScreenHeight/2)-((500+50)/2);
    var PopUpUrl="galleryc/"
    WinPop=window.open(PopUpUrl,"","width=800,height=450,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
function PopUp2(){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((800)/2);
    placementy=(ScreenHeight/2)-((620+50)/2);
    var PopUpUrl="http://www.photo-graffix.com/galleryc/admin1.php"
    WinPop=window.open(PopUpUrl,"","width=800,height=620,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
   function PopUpp(){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((800)/2);
    placementy=(ScreenHeight/2)-((500+50)/2);
    var PopUpUrl="galleryc/?album=cars"
    WinPop=window.open(PopUpUrl,"","width=800,height=450,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
     function PopUpp2(){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((800)/2);
    placementy=(ScreenHeight/2)-((500+50)/2);
    var PopUpUrl="music/player.htm"
    WinPop=window.open(PopUpUrl,"","width=300,height=256,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
function agreemovie() {
document.write('<embed src="http://www.photo-graffix.com/swf/agree.swf" menu="false" quality="low" bgcolor="#ffffff" width="333" height="44" name="agree" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
}

function getOff()
{
x = document.getElementById('containerbb');
return x.offsetHeight;
}
function changeOff(hh)
{
amount =  hh-getOff();
var y = getOff();
x.style.height = y + amount+'px';
}
function iframeheight() {
			var h = 0;
			if (navigator.userAgent.indexOf("Firefox")!=-1)
			{
			h = document.body.scrollHeight;
			changeOff(h);
			}
		}
		
