function splash(target, img, img_small, tipo){

if (screen.width<1024)
{
	document.write("<a href=" + target +"><img border=0 src=" + img_small +"></a>");
}
else
{
	document.write("<a href=" + target +"><img border=0 src=" + img +"></a>");
}
}


function site_width() {

if (screen.width<1024)
{
	document.write("<TABLE id=AutoNumber1 borderColor=#111111 cellSpacing=0 cellPadding=0 width=770 align=left bgColor=#ffffff border=0>");
}

else {
	document.write("<TABLE id=AutoNumber1 borderColor=#111111 cellSpacing=0 cellPadding=0 width=995 align=left bgColor=#ffffff border=0>");

}
}

function desktop_default() {
if (screen.width<1024)
{
	document.write("<TABLE height=100% cellSpacing=0 cellPadding=0 width=770 align=left bgColor=#ffffff border=0>");
}
else {
	document.write("<TABLE height=100% cellSpacing=0 cellPadding=0 width=995 align=left bgColor=#ffffff border=0>");

}
}