function DblChg(FrNm1,Url1,FrNm2,Url2){
	window.open(Url1,FrNm1);
	window.open(Url2,FrNm2);
}

function findWin(html,width,height){
	subWin = window.open(html, "find", "width="+width+", height="+height+", scrollbars=yes, toolbar=no, menubar=no, location=no, directories=no, status=no, resizable=yes, top=0, left=0");
}


function OpenWindow(pname){
window.open(pname,"topics","width=500,height=300,scrollbars=auto,toolbar=yes,menubar=yes,location=0,directories=0,status=0,resizable=yes,");
}

function openwin(url) {
 w = window.open(url, 'win','width=710,height=500,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}

