
	function openScript(url, width, height)
	{
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,status=no, top=0, left=0' ) ;
        Win.focus() ;
	}

	function openScript1(url, width, height)
	{
        var Win = window.open(url,"openScript1",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,status=no, top=0, left=0' ) ;
        Win.focus() ;
	}
