function ComingSoon()
{
	alert("Page Coming Soon...");
	return false;
}

/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var repairs=new Array()
repairs[0]='<a href="cust_outstandingquotes.asp?repstat=Quotation&stype=1">Outstanding Quotes</a>'
repairs[1]='<a href="cust_inprocess.asp?repstat=In Process&stype=1">In Process</a>'
repairs[2]='<a href="cust_shipping.asp?repstat=Shipping&stype=1">Shipping</a>'
repairs[3]='<a href="cust_complete.asp?repstat=Complete&stype=1">Complete</a>'
repairs[4]='<a href="cust_onhold.asp?repstat=All&stype=1">Miscellaneous</a>'

var sales=new Array()
//sales[0]='<a href="cust_partsavailable.asp">Parts Available</a>'
//sales[0]='<a href="cust_probesearch.asp?status=All">Search</a>'
sales[1]='<a href="cust_openexchanges.asp?status=All">Exchanges</a>'
sales[2]='<a href="cust_openwarranties.asp?status=All">Warranties</a>'
sales[3]='<a href="cust_opensalesorders.asp?status=All">Sales Orders</a>'

var testing=new Array()
testing[0]='<a href="cust_repairs.asp">Repairs</a>'
testing[1]='<a href="cust_ftsalesexchanges.asp">Sales / Exchanges</a>'

 var warehouse=new Array()
 warehouse[0]='<a href="cust_inventory.asp">Inventory</a>'
 warehouse[1]='<a href="cust_transactions.asp">Transactions</a>'

var account=new Array()
account[0]='<a href="cust_dashboard.asp">Account Summary</a>'
account[1]='<a href="cust_changeprofile.asp">Change Profile</a>'
account[2]='<a href="cust_changepassword.asp">Change Password</a>'

var menuwidth='125px' 
var menubgcolor='#D3D4D9' 
var disappeardelay=250  
var hidemenu_onclick="yes" 

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

//------------------------------------------------------------------------------------------------------------------------------------------------------------


/**** timeout function ****/

// redirect after session timed out
timedouturl = "components/logout.asp?message=Your session has timed out. Please login again.";
confirmBoxID = 'timerid';

function Minutes(data) {
	for (var i = 0; i < data.length; i++) {
		if (data.substring(i, i + 1) == ":") { break; }
	}
	return (data.substring(0, i));
}
function Seconds(data) {
	for (var i = 0; i < data.length; i++) {
		if (data.substring(i, i + 1) == ":") { break; }
	}
	return (data.substring(i + 1, data.length));
}
function Display(min, sec) {
	var disp;
	if (min <= 9) { disp = " 0"; }
	else { disp = " "; }

	disp += min + ":";
	
	if (sec <= 9) { disp += "0" + sec; }
	else { disp += sec; }
	return (disp);
}
function Down() { 
	sec--;      
	if (sec == -1) { sec = 59; min--; }
	document.forms.timerform.clock.value = Display(min, sec);
	window.status = "Session will time out in: " + Display(min, sec);
	if (min <= 4 && getSty(confirmBoxID).visibility != 'visible') {
		getSty(confirmBoxID).visibility = 'visible';
	}
	
	if (min == 0 && sec <= 0) { window.location.href = timedouturl; }
	else { down = setTimeout("Down()", 1000); }
}

function timeIt() {
	min = 15;
	sec = 0;
	Down();
}

function writeConfirmBox() {
	var boxWidth = 260;
	var winX,winY,thisStyle;
		winX = Math.round( (winWidth() - boxWidth)/2 );
		if (screen.availHeight > 500) {
			winY = 150;
		}
		else { winY = Math.round( (winHeight/2) - 50 ); }
		
	var str = '<div class="timeout" style="width:'+boxWidth+'px;left:'+winX+'px;top:'+winY+'px" align="center" id="'+confirmBoxID+'">'+
		'<div class="timeoutTitle">'+
		'<form name="timerform">Your have been idle for 15 min.<br>Your session will end in<input type="text" name="clock" size="5" class="clock">min.<br>'+
		'Do you wish to stay logged in?</form>'+
		'</div>'+
		'<div style="padding:10px"><input type="button" name="ok" value="OK" onclick="window.location.href=window.location.href;" class="but_bg">&nbsp;'+
		'<input type="button" name="no" value="LOG OFF" onclick="window.location.href=\''+timedouturl+'\';" class="but_bg"></div>'+
		'</div>';
		document.write(str);

		getSty(confirmBoxID).visibility = 'hidden';
		
}

/**** place this in onload event ****/
/**** OnLoad="timeIt()" ****/
//------------------------------------------------------------------------------------------------------------------------------------------------------------

