<!--
if (self!=top)  {
  alert("Framing of this site is not permitted.");
  parent.top.document.location.href="http://www.cyberinterview.com";
}
var message="Copyright © CyberInterview Candidate Screening Systems. 1996 - 2009. All rights reserved.";
if (document.layers) {
		document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
function click(e)
{
  if(document.all)  {
    if (event.button == 2) {
				alert(message);
        return false;}}
  if(document.layers)  {
    if (e.which == 3) {
				alert(message);
        return false;}}
}
var swIE=(navigator.appName == "Microsoft Internet Explorer");
var swNN=((navigator.appName == "Netscape")&&(document.layers));
if(swIE||swNN)
  version=parseInt(navigator.appVersion);
else
  version=0;
if (version >= 3) {
  ContinueOff = new Image();
  ContinueOff.src = "/images/continueoff.gif";
  ContinueOn = new Image();
  ContinueOn.src = "/images/continueon.gif";
}
function ImgOn(imgName,imgSrc) {
if (version >= 3) {
    document.images[imgName].src=eval(imgSrc+".src");
  }
}
function ImgOff(imgName,imgSrc) {
if (version >= 3) {
    document.images[imgName].src=eval(imgSrc+".src");
  }
}
function swSelectService(OOP, TID) {
	var missinginfo = "";
	isValid = true;
	var tnum;
	if(!document.sForm.cProductSelector[0].checked)
	if(!document.sForm.cProductSelector[1].checked)
	if(!document.sForm.cProductSelector[2].checked)
	if(!document.sForm.cProductSelector[3].checked)
	if(!document.sForm.cProductSelector[4].checked)
	if(!document.sForm.cProductSelector[5].checked)
		missinginfo += "\n  - Check the Requested Services";

	if (missinginfo != "") {
    missinginfo ="____________________________\n" +
    "         No Services Selected:\n" +
    missinginfo + "\n____________________________" +
    "\n            Then Try Again!";
    alert(missinginfo);
    return;
  }
  document.sForm.TID.value = TID;
  document.sForm.OOP.value = OOP;
  document.sForm.submit();
}
//-->
