function openWithSubwindow(url,width,height,top,left){
	var d=new Date();
	window.open(url,"newpage"+d.getSeconds(),"width="+width+",height="+height+",top="+top+",left="+left+",toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no,fullscreen=2");
}