
function setHome (el) {
	el.style.behavior='url(#default#homepage)';
	el.setHomePage(window.location.protocol + '//' + window.location.host + '/');
	return false;
}
function openBrWindow(theURL,winName,features) { //v2.0
  theURL = theURL + '?from=' + window.location.pathname
  window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=560,height=600');
}
function openWordList(theURL,winName) {
	var features = 'toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=560,height=600'
	openBiogenPopUp(theURL,winName,features);
}
function openBiogenPopUp(theURL,winName) { //v2.0
  var features = 'toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=560,height=600'
  var win
  win = window.open(theURL,winName,features);
  win.focus();
}


function ClientValidation(source, args) 
{
     args.IsValid = document.all["_ctl0_Checkbox2"].checked; 
} 



function openPopup(lstrURL, lstrTitle, lstrWidth, lstrHeight){
	window.open(lstrURL,'popupwin','width='+lstrWidth+',height='+lstrHeight+',directories=no,location=no,menubar=no,scrollbars=auto,status=no,toolbar=no,resizable=no');
}

function openMsTipafriendPopUp(theURL,winName) { //v2.0
  var features = 'toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=394,height=365'
  var win
  win = window.open(theURL,winName,features);
  win.focus();
}
function openQuestion(theURL,winName) { //v2.0
  var features = 'toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=640,height=445'
  var win
  win = window.open(theURL,winName,features);
  win.focus();
}
function MsPollPopUp(theURL,winName) { //v2.0
  var features = 'toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=560,height=600'
  var win
  win = window.open(theURL,winName,features);
  win.focus();
}
