function openWin(url){
	window.open(url,'_blank','scrollbars=no,resizable=no,menubar=0,status=no,width=100,height=100,top=0,left=60');
}
