// these scripts are to be available to all pages on the site
 
function PopupPic(sPicURL) { 
     window.open( "imagepopup.php?"+sPicURL, "Image",  
     "scrollbars=yes,resizable=1,HEIGHT=50,WIDTH=50"); 
} 


// used to open foreign language popups
var newwindow;
function pop(url)
{
	newwindow=window.open("languages/"+url,"lang",'height=500,width=510,scrollbars=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}
var newwindow;
function pop3(url)
{
	newwindow=window.open(url,'name','height=230,width=510,scrollbars=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}


var newwindow;
function pop7(url)
{
	newwindow=window.open(url,'name','height=430,width=510,scrollbars=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}


var newwindow;
function pop5(url)
{
	newwindow=window.open(url,'name','height=210,width=510,scrollbars=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}



function PopupPres(sPicURL) { 
     window.open( "ATCPres.html","Presentation","resizable=1,HEIGHT=730,WIDTH=820"); 
} 
