function verxi(num) {
        
        var window_top = ((screen.height/2)-300);
        var window_left = ((screen.width/2)-250);
        gWindow = window.open('doc_intiero.asp?ID='+num,'documento','scrollbars=yes,resizable=yes,status=no,width=600,height=500,top=' + window_top + ',left=' + window_left + '');
		
}
function verxi_xogo(num) {
        
        var window_top = ((screen.height/2)-220);
        var window_left = ((screen.width/2)-340);
        gWindow = window.open('xoghi/index_inpica.asp','inpica','scrollbars=yes,resizable=yes,status=no,width=680,height=440,top=' + window_top + ',left=' + window_left + '');
		
}
function verxi2(cosa) {
        
        var window_top = ((screen.height/2)-400);
        var window_left = ((screen.width/2)-300);
        gWindow = window.open(cosa,'win','scrollbars=yes,resizable=yes,status=no,width=800,height=600,top=' + window_top + ',left=' + window_left + '');
		
}
function verxi3(param) {
        
        var window_top = ((screen.height/2)-300);
        var window_left = ((screen.width/2)-250);
        gWindow = window.open(param,'imajine','scrollbars=yes,resizable=no,status=no,width=600,height=500,top=' + window_top + ',left=' + window_left + '');
		
}
function verxi_assoc(param) {
        
        var window_top = ((screen.height/2)-200);
        var window_left = ((screen.width/2)-250);
        gWindow = window.open("asociasion.asp?cod="+param,'asociasion','scrollbars=yes,resizable=no,status=no,width=400,height=500,top=' + window_top + ',left=' + window_left + '');
		
}