function openScript(url, width, height)
{
	var Win = window.open(url,"openScript",'left=10,top=10,width=1000,height=700,resizable=1,scrollbars=yes,menubar=no,status=yes' );
}