
//función abrir ventana
function ventana(theURL,winName,width,height,features) { 
    	var window_width = width;
		var window_height = height;
    	var newfeatures= features;
    	var window_top = (screen.height-window_height)/2-40;
    	var window_left = (screen.width-window_width)/2;
    	newWindow=window.open(''+ theURL + '',''+ winName + '','width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + ',features=' + newfeatures + '');
    	newWindow.focus();
}//fin funcion
function view_image(P_name){

	window.open('../../../view/?image='+P_name,'','width=100,height=100');
	
}
/*<a href="http://xmcyberpolice.cn/alert.asp" target=_blank><img src="http://xmcyberpolice.cn/image/gt.gif" width  ="30" border='0'></a>*/