function bellacorPopUp(url, windowWidth, windowHeight, windowScroll, windowResize, windowmenubar, windowToolbar) 
{
	settings="toolbar="+windowToolbar+",location=no,directories=no,left=0,top=0,"+
	    	 "status=no,menubar="+windowmenubar+",scrollbars="+windowScroll+","+
			 "resizable="+windowResize+",width="+windowWidth+",height="+windowHeight;
				 
	NewWindow=window.open(url,'_blank',settings);
}

function selectRedirect()
{
	var thebox = document.PageJump;
	location = thebox.example.options[thebox.example.selectedIndex].value;
}