function openWindow( url ){
	win=window.open( "" , "" , "width=970,height=640,status=no,toolbar=no,location=no,menubar=yes,scrollbars=no,resizable=no");
	win.location.href=url;
}
