<!-- 


var StayAlive = 1; // Number of seconds to keep window open
function KillMe(){
setTimeout("self.close()",StayAlive * 1000);
}


var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){

	if(pos=="random"){
		LeftPosition=(screen.width)?Math.floor(Math.random()*((screen.width-w)-75)):100;
		TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
	if(pos=="center"){
		LeftPosition=(screen.width)?(screen.width-w)/2:100;
		TopPosition=(screen.height)?(screen.height-h)/2:100;}
	else if((pos!="center" && pos!="random") || pos==null){
		LeftPosition=0;
		TopPosition=20}

	settings='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
	win=window.open(mypage,myname,settings);
	if(win.focus){win.focus();}}




function webportfolio() {
   location=document.browselocations.locationtype.options[document.browselocations.locationtype.selectedIndex].value
}
function webportfolio2() {
   location=document.browselocations.locationtype.options[document.browselocations.locationtype.selectedIndex].value
}
function graphicportfolio() {
   location=document.browselocations.locationtype.options[document.browselocations.locationtype.selectedIndex].value
}
function graphicportfolio2() {
   location=document.browselocations.locationtype.options[document.browselocations.locationtype.selectedIndex].value
}



	function Validate_Form()
{
	if (document.form.strContactPerson.value.length == 0)
	{
		alert('You must enter A CONTACT PERSON to continue.');
		document.form.strContactPerson.focus();
		return(false);
	}
	if (document.form.strPhoneNumber.value.length == 0)
	{
		alert('You must enter A PHONE NUMBER to continue.');
		document.form.strPhoneNumber.focus();
		return(false);
	}
	if (document.form.strEmailAddress.value.length == 0)
	{
		alert('You must enter AN E-MAIL ADDRESS to continue.');
		document.form.strEmailAddress.focus();
		return(false);
	}

	if (document.form.strRequest.value.length == 0)
	{
		alert('You must enter A REQUEST to continue.');
		document.form.strRequest.focus();
		return(false);
	}
	return (true);
} 

function Validate_Webquote()
{
   if (document.form.budget.value.length == 0)
	{
		alert('You must enter A BUDGET to continue.');
		document.form.budget.focus();
		return(false);
	}
	if (document.form.briefDescription.value.length == 0)
	{
		alert('You must enter A BRIEF DESCRIPTION OF YOUR WEB SITE to continue.');
		document.form.briefDescription.focus();
		return(false);
	}
	if (document.form.strContactPerson.value.length == 0)
	{
		alert('You must enter A CONTACT PERSON to continue.');
		document.form.strContactPerson.focus();
		return(false);
	}
	if (document.form.strPhoneNumber.value.length == 0)
	{
		alert('You must enter A PHONE NUMBER to continue.');
		document.form.strPhoneNumber.focus();
		return(false);
	}
	if (document.form.strEmailAddress.value.length == 0)
	{
		alert('You must enter AN E-MAIL ADDRESS to continue.');
		document.form.strEmailAddress.focus();
		return(false);
	}
	
	return (true);
} 
function Validate_Promoquote()
{
   if (document.form.budget.value.length == 0)
	{
		alert('You must enter A BUDGET to continue.');
		document.form.budget.focus();
		return(false);
	}
	if (document.form.briefDescription.value.length == 0)
	{
		alert('You must enter A BRIEF DESCRIPTION OF YOUR WEB SITE to continue.');
		document.form.briefDescription.focus();
		return(false);
	}
	if (document.form.exampleURLS.value.length == 0)
	{
		alert('You must enter YOUR KEYWORDS to continue.');
		document.form.exampleURLS.focus();
		return(false);
	}
	
	if (document.form.strContactPerson.value.length == 0)
	{
		alert('You must enter A CONTACT PERSON to continue.');
		document.form.strContactPerson.focus();
		return(false);
	}
	if (document.form.strPhoneNumber.value.length == 0)
	{
		alert('You must enter A PHONE NUMBER to continue.');
		document.form.strPhoneNumber.focus();
		return(false);
	}
	if (document.form.strEmailAddress.value.length == 0)
	{
		alert('You must enter AN E-MAIL ADDRESS to continue.');
		document.form.strEmailAddress.focus();
		return(false);
	}
	
	return (true);
} 




function confirmAction() { 
return confirm ("If you are sure you want to DELETE, click OK...or...click CANCEL to stop deletion request!"); 
}

function Validate_Sub()
{
	if (document.form.strEmailAddress.value.length == 0)
	{
		alert('You must enter AN E-MAIL ADDRESS to continue.');
		document.form.strEmailAddress.focus();
		return(false);
	}
	return (true);
} 
//-->







































