
function openwinfts(url,name,width,height,scroll,resize,menu,location,tool) {
	subWin = window.open(url,name,"width="+width+",height="+height+",scrollbars="+scroll+",resizable="+resize+",menubar="+menu+",location="+location+",toolbar="+tool);
	subWin.focus();
	return false;
}


