function window_download(target) 
{
	window.open(target,"_blank","width=617,height=510,toolbar=no,hotkeys=no,statusbar=no,menubar=no,scrollbars=yes,resizable=no,z-lock=no");
} 
