// JavaScript Document


function openwindow()
{

window.open("http://www.e-model.es/patro.html",
	"EMODEL","width=180,height=370");
	
}
