//function slideshow
function popflash(url,name)
{
	
var	newwindow=window.open(url,name,'height=530,width=710,top=0,middle=0,scrollbars=1,resizable=1');
	newwindow.focus();
//	if (window.focus) {newwindow.focus()}
	
}

//e-brochure
function popbroc(url,name)
{
	
var	newwindow=window.open(url,name,'height=435,width=470,top=0,middle=0,scrollbars=1,resizable=0');
	newwindow.focus();
//	if (window.focus) {newwindow.focus()}
	
}

function popside(url,name,ht,wd,scrl,rez)
{


var	newwindow=window.open(url,name,'height='+ht+',width='+wd+',middle=200,middle=500,scrollbars='+scrl+',resizable='+rez);
	newwindow.focus();
//	if (window.focus) {newwindow.focus()}
	
}

function popsideTop(url,name,ht,wd,scrl,rez)
{
var screenW = 320, screenH = 240;
if (parseInt(navigator.appVersion)>3) {
 screenW =(screen.width)/4;
 screenH = (screen.height)/6;
}
else if (navigator.appName == "Netscape" 
    && parseInt(navigator.appVersion)==3
    && navigator.javaEnabled()
   ) 
{
 var jToolkit = java.awt.Toolkit.getDefaultToolkit();
 var jScreenSize = jToolkit.getScreenSize();
 screenW = jScreenSize.width;
 screenH = jScreenSize.height;
 screenW =screenW /4;
  screenH = screenH /6;
}


var	newwindow=window.open(url,name,'height='+ht+',width='+wd+',top='+screenH+',left='+screenW+',scrollbars='+scrl+',resizable='+rez);
	newwindow.focus();
//	if (window.focus) {newwindow.focus()}
	
}

function popreg(url,name)
{
	
var	newwindow=window.open(url,name,'height=425,width=555,top=0,middle=0,scrollbars=1,resizable=0');
	newwindow.focus();
//	if (window.focus) {newwindow.focus()}
	
}

function popmap(url,n)
{
var	popup=window.open(url,n,'height=690,width=620,middle=200,middle=200,scrollbars=0,resizable=1');
	//if (window.focus) {newwindow1.focus()}
	popup.focus();
}

function popvideo(url,n)
{
var	popup=window.open(url,n,'height=480,width=580,middle=200,middle=200,scrollbars=0,resizable=0');
	//if (window.focus) {newwindow1.focus()}
	popup.focus();
}

function popflashunder(url) {
var newWindow2 = window.open(url,'PopupName','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=640,height=520');
newWindow2.blur();
//window.focus()
}


