
// --------------------
//   Upmark Gnav
// --------------------
function newM(y,m,d){
	newday=new Date(y+"/"+m+"/"+d);
	oldday= new Date();
	n=(oldday-newday)/(1000*60*60*24);
	if (n <=14)document.write("<img src='/assets2011/images/common/header/mak_new_gnav.gif' width='41' height='17' alt='' class='upmark' />");
}

// --------------------
//   Upmark Content
// --------------------
function newM2(y,m,d,slug){
	newday=new Date(y+"/"+m+"/"+d);
	oldday= new Date();
	n=(oldday-newday)/(1000*60*60*24);
	if (n <=14)document.write('<span class="newMark"><img src="/assets2011/images/common/content/mak_new_' + slug + '.gif" width="57" height="15" alt="NEW" /></span> ');
}

// --------------------
//   MM_openBrWindow
// --------------------
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// --------------------
//   openWindow
// --------------------
function openWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
