﻿// JScript File
var correctwidth=1024
var correctheight=768
if (screen.width<correctwidth||screen.height<correctheight)
document.write("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+". Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!")

status_text();function status_text()
{ window.status = "Bem vindo ao PortugalIndustry.com"; setTimeout("status_text()", 1); }

function setFocus(control, color) {
    control.style.border = 'solid 1px #' + color;
}