////// HIDE EMAIL SCRIPT /////
function hideEmail(path1, path2, path3)
{
 path = path1
 path += path2
 path += path3
 window.open(path);
}

//SCREEN REZ CHECKER


//Screen resolution detecter script: By JavaScript Kit (www.javascriptkit.com) More free scripts here! Note: Credit must stay intact for use.

var correctwidth=800;
var correctheight=600;
var supa=800;
var correctheight=600;
if (screen.width<correctwidth||screen.height<correctheight){
alert("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+" or above. Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!");
}

//-------------------------------------------------------------------------------------
