<!--
			
	var now = new Date();
	
	var bookmarkurl="http://www.mediacenterpcworld.com"
	var bookmarktitle="Media Center PC World"

	function addbookmark(){
	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
	}
	
	function rollover(cellName) {
		document.all[cellName].style.backgroundColor = '#ffffff';
	}
			
	function rolloff(cellName) {
		document.all[cellName].style.backgroundColor = '#dddddd';
	}
	
	/*function adjustLayout()
	{
	  // Get natural heights
	  var cHeight = xHeight("contentcontent");
	  var lHeight = xHeight("leftcontent");
	  var rHeight = xHeight("rightcontent");
	
	  // Find the maximum height
	  var maxHeight =
	    Math.max(cHeight, Math.max(lHeight, rHeight));
	
	  // Assign maximum height to all columns
	  xHeight("content", maxHeight);
	  xHeight("left", maxHeight);
	  xHeight("right", maxHeight);
	
	  // Show the footer
	  xShow("footer");
	}
	
	window.onload = function()
	{
	  xAddEventListener(window, "resize",
	    adjustLayout, false);
	  adjustLayout();
	}*/
	
//-->

