function GoToProductId(id)
{
	window.location.href='/Content/Store/HardProduct.aspx?prod_id='	+ id;
}
function popPlayer(url, prodid, title) {
	var url = "/content/store/player.aspx?prod_id=" + prodid + "&clip=" + url + "&label=" + title;
	sealWin=window.open(url,"player",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=390,height=140');
	self.name = "mainWin";
}

function popUp(url) {
	sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
	self.name = "mainWin";
}
function LoadImageInWindow(img)
{
	HTML = "<html><style>body{margin:0px 0px 0px 0px}</style><body onBlur='top.close()'><img src='"+ img +"' border=0 name=load_image onLoad='window.resizeTo(document.load_image.width+10,document.load_image.height+30)'></body></html>";
	popupImage = window.open('','_blank','toolbar=no,scrollbars=no');
	popupImage.document.open();
	popupImage.document.write(HTML);
	popupImage.document.close();
}
function LoadImage(id, img, popup)
{
	var imageHandler = "/Content/Picture.aspx?photoId=" + id;
	if (popup=="1")
	{
		HTML = "<html><style>body{margin:0px 0px 0px 0px}</style><body onBlur='top.close()'><img src='"+ img +"' border=0 name=load_image onLoad='window.resizeTo(document.load_image.width+10,document.load_image.height+30)'></body></html>";
		popupImage = window.open('','_blank','toolbar=no,scrollbars=no');
		popupImage.document.open();
		popupImage.document.write(HTML);
		popupImage.document.close();
	}
	else
	{
		document.location.href=imageHandler;
	}
}

function SetSelectVisibility(action)
{
	var selectElements=document.getElementsByTagName("select");
	for(var i=0; i < selectElements.length; i++)
	{
	 selectElements[i].style.visibility=action;
	}
}



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_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_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&&i<d.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_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function mmLoadMenus() {
  if (window.mm_menu_0504234445_0) return;
                                                          window.mm_menu_0504234445_0 = new Menu("root",121,17,"Arial, Helvetica, sans-serif",11,"#000000","#333333","#FDF2BD","#F6CF04","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0504234445_0.addMenuItem("Hip-Hop&nbsp;/&nbsp;R&B","location='/content/store/category.aspx?cat_id=35'");
  mm_menu_0504234445_0.addMenuItem("House&nbsp;/&nbsp;Dance","location='/content/store/category.aspx?cat_id=36'");
  mm_menu_0504234445_0.addMenuItem("Reggae","location='/content/store/category.aspx?cat_id=37'");
  mm_menu_0504234445_0.addMenuItem("Old&nbsp;School","location='/content/store/category.aspx?cat_id=67'");
  mm_menu_0504234445_0.addMenuItem("All","location='/content/store/category.aspx?cat_id=27&c=a&st=all'");
   mm_menu_0504234445_0.fontWeight="bold";
   mm_menu_0504234445_0.hideOnMouseOut=true;
   mm_menu_0504234445_0.bgColor='#555555';
   mm_menu_0504234445_0.menuBorder=1;
   mm_menu_0504234445_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0504234445_0.menuBorderBgColor='#777777';
window.mm_menu_0714180930_0 = new Menu("root",121,17,"Arial, Helvetica, sans-serif",11,"#000000","#333333","#FDF2BD","#F6CF04","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0714180930_0.addMenuItem("Hip-Hop&nbsp;/&nbsp;R&B","location='/content/store/category.aspx?cat_id=38'");
  mm_menu_0714180930_0.addMenuItem("House&nbsp;/&nbsp;Dance&nbsp;","location='/content/store/category.aspx?cat_id=39'");
  mm_menu_0714180930_0.addMenuItem("Reggae","location='/content/store/category.aspx?cat_id=40'");
  mm_menu_0714180930_0.addMenuItem("All","location='/content/store/category.aspx?cat_id=28&c=a&st=all'");
   mm_menu_0714180930_0.fontWeight="bold";
   mm_menu_0714180930_0.hideOnMouseOut=true;
   mm_menu_0714180930_0.bgColor='#555555';
   mm_menu_0714180930_0.menuBorder=1;
   mm_menu_0714180930_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0714180930_0.menuBorderBgColor='#777777';
  window.mm_menu_0714181408_0 = new Menu("root",106,17,"Arial, Helvetica, sans-serif",11,"#000000","#333333","#FDF2BD","#F6CF04","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0714181408_0.addMenuItem("Battle&nbsp;Breaks","location='/content/store/category.aspx?cat_id=41'");
  mm_menu_0714181408_0.addMenuItem("Party&nbsp;Breaks","location='/content/store/category.aspx?cat_id=42'");
  mm_menu_0714181408_0.addMenuItem("Classic&nbsp;Break","location='/content/store/category.aspx?cat_id=43'");
  mm_menu_0714181408_0.addMenuItem("All","location='/content/store/category.aspx?cat_id=29&c=a&st=all'");
   mm_menu_0714181408_0.fontWeight="bold";
   mm_menu_0714181408_0.hideOnMouseOut=true;
   mm_menu_0714181408_0.bgColor='#555555';
   mm_menu_0714181408_0.menuBorder=1;
   mm_menu_0714181408_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0714181408_0.menuBorderBgColor='#777777';
window.mm_menu_0714181509_0 = new Menu("root",140,17,"Arial, Helvetica, sans-serif",11,"#000000","#333333","#FDF2BD","#F6CF04","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
//  mm_menu_0714181509_0.addMenuItem("Mission","location='/content/main.aspx?pageid=1'");
  mm_menu_0714181509_0.addMenuItem("Contact&nbsp;Us&nbsp;/&nbsp;Directions","location='/content/contactus.aspx'");
  mm_menu_0714181509_0.addMenuItem("Guestbook","location='/content/guestbook.aspx'");
   mm_menu_0714181509_0.fontWeight="bold";
   mm_menu_0714181509_0.hideOnMouseOut=true;
   mm_menu_0714181509_0.bgColor='#555555';
   mm_menu_0714181509_0.menuBorder=1;
   mm_menu_0714181509_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0714181509_0.menuBorderBgColor='#777777';
            window.mm_menu_0714181607_0 = new Menu("root",121,17,"Arial, Helvetica, sans-serif",11,"#000000","#333333","#FDF2BD","#F6CF04","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0714181607_0.addMenuItem("Hip-Hop&nbsp;/&nbsp;R&B","location='/content/store/category.aspx?cat_id=48'");
  mm_menu_0714181607_0.addMenuItem("House&nbsp;/&nbsp;Dance","location='/content/store/category.aspx?cat_id=49'");
  mm_menu_0714181607_0.addMenuItem("Reggae","location='/content/store/category.aspx?cat_id=50'");
  mm_menu_0714181607_0.addMenuItem("All","location='/content/store/category.aspx?cat_id=31&c=a&st=all'");
   mm_menu_0714181607_0.fontWeight="bold";
   mm_menu_0714181607_0.hideOnMouseOut=true;
   mm_menu_0714181607_0.bgColor='#555555';
   mm_menu_0714181607_0.menuBorder=1;
   mm_menu_0714181607_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0714181607_0.menuBorderBgColor='#777777';
  window.mm_menu_0714181800_0 = new Menu("root",95,17,"Arial, Helvetica, sans-serif",11,"#000000","#333333","#FDF2BD","#F6CF04","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0714181800_0.addMenuItem("Instructional","location='/content/store/category.aspx?cat_id=51'");
  mm_menu_0714181800_0.addMenuItem("Battle","location='/content/store/category.aspx?cat_id=52'");
  mm_menu_0714181800_0.addMenuItem("All","location='/content/store/category.aspx?cat_id=32&c=a&st=all'");
   mm_menu_0714181800_0.fontWeight="bold";
   mm_menu_0714181800_0.hideOnMouseOut=true;
   mm_menu_0714181800_0.bgColor='#555555';
   mm_menu_0714181800_0.menuBorder=1;
   mm_menu_0714181800_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0714181800_0.menuBorderBgColor='#777777';
    window.mm_menu_0714181906_0 = new Menu("root",101,17,"Arial, Helvetica, sans-serif",11,"#000000","#333333","#FDF2BD","#F6CF04","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0714181906_0.addMenuItem("Needles","location='/content/store/category.aspx?cat_id=55'");
  mm_menu_0714181906_0.addMenuItem("Cases","location='/content/store/category.aspx?cat_id=56'");
  mm_menu_0714181906_0.addMenuItem("Record&nbsp;Bags","location='/content/store/category.aspx?cat_id=57'");
  mm_menu_0714181906_0.addMenuItem("Accessories","location='/content/store/category.aspx?cat_id=61'");
  mm_menu_0714181906_0.addMenuItem("All","location='/content/store/category.aspx?cat_id=33&c=a&st=all'");
   mm_menu_0714181906_0.fontWeight="bold";
   mm_menu_0714181906_0.hideOnMouseOut=true;
   mm_menu_0714181906_0.bgColor='#555555';
   mm_menu_0714181906_0.menuBorder=1;
   mm_menu_0714181906_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0714181906_0.menuBorderBgColor='#777777';
  window.mm_menu_0714182011_0 = new Menu("root",129,17,"Arial, Helvetica, sans-serif",11,"#000000","#333333","#FDF2BD","#F6CF04","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0714182011_0.addMenuItem("Mixwell","location='/content/store/category.aspx?cat_id=58'");
  mm_menu_0714182011_0.addMenuItem("ESDJco","location='/content/store/category.aspx?cat_id=59'");
  mm_menu_0714182011_0.addMenuItem("Drunken&nbsp;Monkey","location='/content/store/category.aspx?cat_id=60'");
  mm_menu_0714182011_0.addMenuItem("All","location='/content/store/category.aspx?cat_id=34&c=a&st=all'");
   mm_menu_0714182011_0.fontWeight="bold";
   mm_menu_0714182011_0.hideOnMouseOut=true;
   mm_menu_0714182011_0.bgColor='#555555';
   mm_menu_0714182011_0.menuBorder=1;
   mm_menu_0714182011_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0714182011_0.menuBorderBgColor='#777777';

mm_menu_0714182011_0.writeMenus();
} // mmLoadMenus()
