//Header Menu Function

// Call Back Popup
function openPopup()
{
	var handelPopup;
	handelPopup = window.open('http://www.sunminerals.net/nic_private/form/instant_quote.php','','scrollbars=yes, resizable=yes, menubar=no');
	handelPopup.resizeTo(600, 525);
	handelPopup.moveTo(300,400);
}	
// Virtual Tour Popup
function openwindow()
{
	window.open("http://www.sunminerals.net/nic_private/indianic-virtual-tour.html","VirtualTour","menubar=0,resizable=0,width=620,height=410");
}
// Interested In...
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}





