function abrirservicios(){
ventanaservicios=window.open("http://64.191.20.239/~caucapub/","servicios");
ventanaservicios.moveTo(30,30);
}
/*
function abrirchat(){
ventanachat=window.open("../chat1/","chatpv","directories=0,location=0,menubar=0,resizable=1,scrollbars=no,status=0,toolbar=0,width=600,height=510");
ventanachat.moveTo(266,50);
}
*/
function abrirvacantessena(){
ventanasena=window.open("http://64.191.20.239/~caucapub/","vacantes");
ventanasena.moveTo(30,30);
}
function abrirchat(){
ventanachat=window.open("../chat/index.php","chat","directories=0,location=0,menubar=0,resizable=1,scrollbars=no,status=0,toolbar=0,width=780,height=635");
//ventanachat=window.open("mechat/index.php","chat","directories=0,location=0,menubar=0,resizable=1,scrollbars=no,status=0,toolbar=0,width=780,height=520");
ventanachat.moveTo(0,0);
window.location="principal.php?link=chat";
}


function abrirsigmachat(){
ventanachat=window.open("http://www.popayanvirtual.com/sigmachat/index.html","sigmachat","directories=0,location=0,menubar=0,resizable=1,scrollbars=no,status=1,toolbar=0,width=642,height=440");
ventanachat.moveTo(80,60);
window.location="principal.php?link=chat";
}

function abrirgrafitis(){
window.location="../principal.php?link=grafitti";
ventanagrafitis=window.open("../grafitis/","grafitis","directories=0,location=0,menubar=0,resizable=1,scrollbars=yes,status=0,toolbar=0,width=700,height=400");
ventanagrafitis.moveTo(10,10);
}
function opinion(){
ventanaopinion=window.open("opinion.html","mail","directories=0,location=0,menubar=0,resizable=0,scrollbars=no,status=0,toolbar=0,width=380,height=215");
ventanaopinion.moveTo(30,30);
}

function ratonin(src,fondo) {
	if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		src.bgColor = fondo;
	}
}

function ratonout(src,fondo) {
	if (!src.contains(event.toElement)) {
		src.style.cursor = 'hand';
		src.bgColor = fondo;
	}
}
