function enlarge(url,cod,tab,wd,ht)
{
	
	window.open(url, cod, "menubar=0 location=no, status=no directories=no, toolbar=no, scrollbars=yes  height="+ht+" width="+wd+" resizable=yes, alwaysraised=yes, left=0, top=0")
}
function enlarge1(url)
{

	window.open(url, "broocher", "menubar=0 location=no, status=no directories=no, toolbar=no, scrollbars=yes, height=600, width=650, resizable=yes, alwaysraised=yes, left=100, top=10")
}