//Funciones comunes a todas las paginas publicas de guiadelcomprador.com
function linkAltas()
{
var x=window.open("main/altasv15.asp","x","width=525,height=450,resize=no,scrollbars=yes");
}

function popUp(url)
{
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
self.name = "mainWin";
}

function enviasms()
{
//open("http://www2.gsmnet.net/envios/penv.plx", 'Flotante', 'width=510,height=250');
}

var newWindow = null
function Ventanilla(pag,NombreVentana)
{
newWindow=window.open(pag,NombreVentana,"width=490,height=480,scrollbars,resizable,");
}

function SubmitBusqueda()
{	Ventanilla("http://www.bolsamania.com/cgi-bin/valores/buscarval.pl?valor=" + document.buscval.valor.value);
	return false;
}

