function ventana(f)
	{
	window.open(f ,"popWindow", "scrollbars=no,location=no,menubar=no,resizable=no,width=575,height=450")
}
	
function ventanab(c)
	{
	window.open(c ,"popWindow", "scrollbars=no,location=no,menubar=no,resizable=no,width=700,height=450")
}

function ventanac(f)
	{
	window.open(f ,"popWindow", "scrollbars=no,location=no,menubar=no,resizable=no,width=625,height=375")
}

function ventanad(f)
	{
	window.open(f ,"popWindow", "scrollbars=no,location=no,menubar=no,resizable=no,width=625,height=490")
}

function ventanae(f)
	{
	window.open(f ,"popWindow", "scrollbars=no,location=no,menubar=no,resizable=no,width=475,height=515")
}

function ventanaf(c)
	{
	window.open(c ,"popWindow", "scrollbars=no,location=no,menubar=no,resizable=no,width=715,height=450")
}

function ventanag(c)
	{
	window.open(c ,"popWindow", "scrollbars=no,location=no,menubar=no,resizable=no,width=680,height=495")
}

function ventanah(f)
	{
	window.open(f ,"popWindow", "scrollbars=yes,location=no,menubar=no,resizable=no,width=650,height=500")
}