function OpenWindow(url, height, width){
	newWin=window.open(url,"win","toolbar=0,width="+width+",scrollbars=yes,height="+height+",scroll=1");
}