function open_window_page(url,id){
	window.open('/hits.html?url='+url+'&id='+id,'','Toolbar=1,Location=1,Directories=1,Status=1,Menubar=1,Scrollbars=1,Resizable=1,Width=,Height='); 
}
