function open_win(arg){
	
	// Open window to width and height
	window.open(arg,"_blank",
	"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=400, height=300")
}

function open_win1(arg){
	
	// Open window to width and height
	window.open(arg,"_blank",
	"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=400, height=100")
}