function fNWin(fUrl, fX, fY, fScBar){
	newWin = window.open (fUrl+".html","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+fScBar+",resizable=0,width="+fX+",height="+fY); 
	newWin.focus()
}


function findO(n, d) {
	var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findO(n,d.layers[i].document); return x;
} function fSwImg() {
	var i,j=0,x,a=fSwImg.arguments; document.knSWimsr=new Array; for(i=0;i<(a.length-2);i+=3)
	if ((x=findO(a[i]))!=null){document.knSWimsr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function pdp1(){window.open("plasma1.html","pdp1","width=700,height=400,left=50,top=50,directories=0,location=1,menubar=0,scrollbars=0,status=1,toolbar=0,resizable=1");}
function pdp2(){maxWin = window.open("plasma1.html","pdp2","left=50,top=30,right=30,directories=0,location=1,menubar=0,scrollbars=0,status=1,toolbar=0,resizable=1");
maxWin.moveTo(0,0);
maxWin.resizeTo(screen.availWidth,screen.availHeight);} 