function openmypage(html,width,height,location,menubar,resizable,scrollbars,status,titlebar,toolbar,screenX,screenY,Left,Top) {
	rnd = (Math.round((Math.random()*100)+1))
	params="width="+width+",height="+height+",location="+location+",menubar="+menubar+",resizable="+resizable+",scrollbars="+scrollbars+",status="+status+",titlebar="+titlebar+",toolbar="+toolbar+",screenX="+screenX+",left="+Left+",screenY="+screenY+",top="+top
	window.open (html,"openmypage"+rnd,params);
}

