<!-- 
// konfigs
NA_URL="http://www.nordicaudi.com/";
//NA_URL="file:///E:/bibliotek/na/webben/";
//------------
document.write('<link rel=stylesheet type="text/css" href="'+NA_URL+'pc_exp.css">'); 
//--------------------------------------------

function NewWindow(url,width,height,target,status) 
{
	if (!status) {
		status="toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=auto";
	}
  	window.open(url,target,status+',width='+(width+15)+',height='+(height+15));
}

//--------------------------------------------
// Vertical banner

phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
V_HTML  = "";

//---------------------------------------------
// Horizontal banner

H_HTML = "";
//-->