
var win; 
function gidOpen(src,wname,prop){
	win = window.open(src,wname,prop);
	win = window.focus;
}	
