<!-- 
	if(document.all && !document.getElementById) {
		document.getElementById = function(id) {
		return document.all[id];
		}
	}
	function rollin(link) {
   		document.getElementById('droptext').innerHTML=link;
	}
	function rollout() {
		document.getElementById('droptext').innerHTML='Browse the pages of our ad. Rollover the items on the page to view detailed information here.';
	}
	function selectPage() {
		for(var i=0; i<document.main.dropmenu.length; i++) {
		if ("/shopbycatalog/V519/" + document.main.dropmenu.options[i].value == document.main.pageName.value) {
		document.main.dropmenu.options[i].selected = true;
		break;
			}
		}
	}				
//-->