function launch(ID,Win) {

var setheight=(screen.height)-80
var setwidth=(screen.width)-10

	void(window.open(' '+ID+ '',''+Win+'','height='+setheight+', width='+setwidth+', resizable=yes, status=no, scrollbars=yes, left=0, top=0'));


}