function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&id.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

menu_status = new Array();

function showHide(theid) {
    if (document.getElementById) {
    	var switch_id = document.getElementById(theid);

        if (menu_status[theid] != 'show') {
           switch_id.className = 'show';
           menu_status[theid] = 'show';
        }
		else {
           switch_id.className = 'hide';
           menu_status[theid] = 'hide';
        }
    }
}

function numbersonly(myfield, e, dec)
{
var key;
var keychar;

if (window.event)
   key = window.event.keyCode;
else if (e)
   key = e.which;
else
   return true;
keychar = String.fromCharCode(key);

// control keys
if ((key==null) || (key==0) || (key==8) || 
    (key==9) || (key==13) || (key==27) )
   return true;

// numbers
else if ((("0123456789").indexOf(keychar) > -1))
   return true;

// decimal point jump
else if (dec && (keychar == "."))
   {
   myfield.form.elements[dec].focus();
   return false;
   }
else
   return false;
}

var message="Copyright Scarlet Ribbons!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")
<!--
accessoryImages = new Array("images/Accessories/blk 3 row med belt2.jpg","images/Accessories/blk double buckle cuff2.jpg","images/Accessories/hematite rosary2.jpg","images/Accessories/white indie sunnies2.jpg")
thisAd = 0
imgCt = accessoryImages.length
function rotateAcc() {
	if (document.images) {
		thisAd++
		if (thisAd==imgCt) {
			thisAd=0
		}
		document.adBanner.src=accessoryImages[thisAd]
		setTimeout("rotateAcc()", 2 * 1000)
	}
}

hatImages = new Array("images/hats/straw cowboy hat 2.jpg","images/hats/blk distressed cap2.jpg","images/hats/blk cord trilby2.jpg")
thisAd1 = 0
imgCt1 = hatImages.length
function rotateHat() {
	if (document.images) {
		thisAd1++
		if (thisAd1==imgCt1) {
			thisAd1=0
		}
		document.adBanner1.src=hatImages[thisAd1]
		setTimeout("rotateHat()", 2 * 1000)
	}
}

jacketImages = new Array("images/leather/tan fight club2.jpg","images/leather/deep red 70s bomber2.jpg","images/leather/brown leather 70s mac2.jpg","images/leather/black leather 70s bomber2.jpg")
thisAd2 = 0
imgCt2 = jacketImages.length
function rotateJackets() {
	if (document.images) {
		thisAd2++
		if (thisAd2==imgCt2) {
			thisAd2=0
		}
		document.adBanner2.src=jacketImages[thisAd2]
		setTimeout("rotateJackets()", 2 * 1000)
	}
}

retroImages = new Array("images/retro/mens army jkt2.jpg","images/retro/raf jkt grrrl2.jpg","images/retro/red & blk mini2.jpg","images/retro/tan mod mac2.jpg")
thisAd3 = 0
imgCt3 = retroImages.length
function rotateRetro() {
	if (document.images) {
		thisAd3++
		if (thisAd3==imgCt3) {
			thisAd3=0
		}
		document.adBanner3.src=retroImages[thisAd3]
		setTimeout("rotateRetro()", 2 * 1000)
	}
}

var emailarray8982= new Array(115,97,108,101,115,64,115,99,97,114,108,101,116,45,114,105,98,98,111,110,115,46,99,111,46,117,107)
var postemail8982=''
for (i=0;i<emailarray8982.length;i++)
postemail8982+=String.fromCharCode(emailarray8982[i])


<!--
/* Banner Up! - Copyright 1999-2000 By Heidi Allen 
Knowledge Hound: The How-To Hunter - Learn how to do almost anything...for free!
Please visit us at http://www.knowledgehound.com
License for use of this script is granted if and only if
this entire copyright notice is included with it. We do not provide
support for this script. It is provided solely as a friendly gesture.
Use at your own risk. Thanks! */
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
var image="";
var banners=0;
function cycle() {
  if (++banners > 4) banners=1;
    loadbanners();
    document.banner1.src = image;
    window.setTimeout('cycle();',2000);
  }
function loadbanners() {
   if (banners==1)
      {
      image="images/boutique1.jpg";
      }
   if (banners==2)
      {
      image="images/boutique2.jpg";
      }
   if (banners==3)
      {
      image="images/boutique3.jpg";
      }
   if (banners==4)
      {
      image="images/boutique4.jpg";
      }
}

var image="";
var banners=0;
function cycle1() {
  if (++banners > 4) banners=1;
    loadbanners1();
    document.banner2.src = image;
    window.setTimeout('cycle1();',2000);
  }
function loadbanners1() {
   if (banners==1)
      {
      image="images/mens1.jpg";
      }
   if (banners==2)
      {
      image="images/mens2.jpg";
      }
   if (banners==3)
      {
      image="images/mens3.jpg";
      }
   if (banners==4)
      {
      image="images/mens4.jpg";
      }
}

 <!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function openNewsOffersWindow() {
	var load = window.open('news_and_offers.php','','scrollbars=yes,menubar=no,height=600,width=620,resizable=yes,toolbar=no,location=no,status=no');
}

function openPaymentPageWindow() {
	var load = window.open('payment.php','','scrollbars=yes,menubar=no,height=600,width=610,resizable=yes,toolbar=no,location=no,status=no');
}

function openTnCPageWindow() {
	var load = window.open('terms_and_conditions.php','','scrollbars=yes,menubar=no,height=600,width=610,resizable=yes,toolbar=no,location=no,status=no');
}

function openPrivacyPolicyPageWindow() {
	var load = window.open('privacy_policy.php','','scrollbars=yes,menubar=no,height=600,width=610,resizable=yes,toolbar=no,location=no,status=no');
}

function openReturnsPolicyPageWindow() {
	var load = window.open('returns_policy.php','','scrollbars=yes,menubar=no,height=600,width=610,resizable=yes,toolbar=no,location=no,status=no');
}

function openAffiliatesPageWindow() {
	var load = window.open('affiliates.php','','scrollbars=yes,menubar=no,height=600,width=610,resizable=yes,toolbar=no,location=no,status=no');
}

function openDeliveryPageWindow() {
	var load = window.open('delivery.php','','scrollbars=yes,menubar=no,height=600,width=610,resizable=yes,toolbar=no,location=no,status=no');
}

function openWhatsHotWindow() {
	var load = window.open('whats_hot.php','','scrollbars=yes,menubar=no,height=600,width=610,resizable=yes,toolbar=no,location=no,status=no');
}

function openAboutUsWindow() {
	var load = window.open('about_us.php','','scrollbars=no,menubar=no,height=546,width=595,resizable=yes,toolbar=no,location=no,status=no');
}

var pageBgColor  ="#ffffff";
var cardBgColor  ="#DEDEDE";
var cardTextColor="#000000";
var borderColor  ="#858585";
var backtabColor ="#B1B1B1";
var tabTextLink  ="#000000";
var tabTextHover ="#555555";

var CornerShape ="1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,2,2,1,0,0,0,2,2,2,2,1,0,0,2,2,2,2,2,0,0,0,2,2,2,2,2,0,0,2,2,2,2,2,2,0,0,2,2,2,2,2,2";

function ttCor(which){var a; switch(which){case 'TL':a=cor[0];break; case 'TR':a=cor[1];break; case 'BL':a=cor[2];break; case 'BR':a=cor[3];break; }return(a)} document.write('<style>#corgrid div {height:1px; width:1px; line-height:1px; font-size:1px;}</style>'); var co=new Array(borderColor,pageBgColor,"transparent");var cc=CornerShape.split(','), cnt=Math.ceil(Math.sqrt(cc.length)), cor=new Array(); for (var i=0;i<4; i++){ var x="";x=x+'<div id="corgrid" style="width:'+cnt+'px; height:'+cnt+'px;">';for (var trow=0; trow<cnt; trow++){for (var tcol=0; tcol<cnt; tcol++){switch(i){case 0:cbg=co[cc[(trow*cnt)+(tcol)]]; break;case 1:cbg=co[cc[(trow*cnt)+(cnt-tcol-1)]]; break;case 2:cbg=co[cc[(cnt*cnt-1)-(trow*cnt)-(cnt-tcol-1)]]; break;case 3:cbg=co[cc[(cnt*cnt-1)-(trow*cnt)-(tcol)]]; break;}x=x+'<div style="float:left; background-color:'+cbg+'" ><br clear="both"></div>'; }}x=x+'</div>';cor[i]=x}
function $(v){return(document.getElementById(v))}  
function drawTabs(){  
  document.write('<style> hr.tt{display:none;}'+  
  'td.tabgap,td.corLt,td.corRt,td.tabtop,div#tabterms '+  
  '{border-color:'+ borderColor +'} a.tabtop, a.tabtop:link {color:'+  
  tabTextLink+'; } a.tabtop:hover {color:'+ tabTextHover +';}'+  
  'div#tabterms {background-color:'+ cardBgColor+'; color:'+cardTextColor+';}</style>');  
 var tbspc='<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>';  
 for (var i=1; i<=20; i++) {  
 if ($('tt'+i)){ tbspc=tbspc+  
 '<td id="ts'+i+'" class="corLt"></td><td id="tt'+i+'" class="tabtop" >'+  
 '<a class="tabtop" href="javascript:displayTab('+i+')">'+$('tt'+i).innerHTML+   
 '</a></td><td id="tu'+i+'" class="corRt"></td>'+  
 '<td class="tabgap"><br></td>'}}  
 $('tabtops').innerHTML=tbspc+'</tr></table>';  
 for (var i=1; i<=20; i++) {if ($('tt'+i)){  
  $('ts'+i).innerHTML='<div class="corLt">'+ttCor('TL')+'</div>';  
  $('tu'+i).innerHTML='<div class="corRt">'+ttCor('TR')+'</div>';}}  
}
function displayTab(num) {
 for (var i=1; i<=20; i++) {
 if ($('tt'+i)){
 $('tab'+i).style.display='none'; 
 $('ts'+i).style.backgroundColor=
 $('tt'+i).style.backgroundColor=
 $('tu'+i).style.backgroundColor=backtabColor; 
 $('ts'+i).style.borderBottomColor=
 $('tt'+i).style.borderBottomColor=
 $('tu'+i).style.borderBottomColor=borderColor; 
}}
 $('tab'+num).style.display='block';
 $('ts'+num).style.backgroundColor=
 $('tu'+num).style.backgroundColor=
 $('tt'+num).style.backgroundColor=
 $('ts'+num).style.borderBottomColor=
 $('tu'+num).style.borderBottomColor=
 $('tt'+num).style.borderBottomColor=cardBgColor;
 $('tabterms').scrollTop=0;
}




//-->


