var o;
function PLX_obj(n, d) {
	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=plxObj(n,d.layers[i].document);
	if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function PLX_loadMenus() {
	if (window.fw_menu_0) return;
	window.fw_menu_0=new Menu("root",102,16,"Verdana, Arial, Helvetica, sans-serif",9,"#c0ad94","#ffffff","#33437f","#e73920");
	fw_menu_0.addMenuItem("Anklets","location='http://www.tuscanys.com.au/Products/Anklets.aspx?_ItemType=24'");
	fw_menu_0.addMenuItem("Bracelets","location='http://www.tuscanys.com.au/Products/bracelets.aspx?_ItemType=14'");
	fw_menu_0.addMenuItem("Brooches","location='http://www.tuscanys.com.au/Products/brooches.aspx?_ItemType=11'");
	fw_menu_0.addMenuItem("Earrings","location='http://www.tuscanys.com.au/Products/earrings.aspx?_ItemType=17'");
	fw_menu_0.addMenuItem("Rings","location='http://www.tuscanys.com.au/Products/rings.aspx?_ItemType=18'");
	fw_menu_0.addMenuItem("Necklaces","location='http://www.tuscanys.com.au/Products/necklaces.aspx?_ItemType=15'");
	fw_menu_0.addMenuItem("Pendants","location='http://www.tuscanys.com.au/Products/Pendants.aspx?_ItemType=23'");
	fw_menu_0.addMenuItem("Necklace Sets","location='http://www.tuscanys.com.au/Products/necklaceset.aspx?_ItemType=16'");
	fw_menu_0.addMenuItem("Tiaras","location='http://www.tuscanys.com.au/Products/tiaras.aspx?_ItemType=22'");
	fw_menu_0.addMenuItem("Watches","location='http://www.tuscanys.com.au/Products/watches.aspx?_ItemType=13'");
	fw_menu_0.addMenuItem("Sunglasses","location='http://www.tuscanys.com.au/Products/sunglasses.aspx?_ItemType=10'");
	fw_menu_0.addMenuItem("Belts","location='http://www.tuscanys.com.au/Products/belts.aspx?_ItemType=9'");
	fw_menu_0.addMenuItem("Purses","location='http://www.tuscanys.com.au/Products/purses.aspx?_ItemType=8'");
	fw_menu_0.addMenuItem("Scarves","location='http://www.tuscanys.com.au/products/Scarves.aspx?_ItemType=12'");
	fw_menu_0.addMenuItem("Handbags","location='http://www.tuscanys.com.au/Products/handbags.aspx?_ItemType=7'");
	fw_menu_0.addMenuItem("Mens Bracelets","location='http://www.tuscanys.com.au/Products/mensbrace.aspx?_ItemType=5'");
	fw_menu_0.addMenuItem("Mens Rings","location='http://www.tuscanys.com.au/Products/menrings.aspx?_ItemType=6'");
	fw_menu_0.addMenuItem("Accessories","location='http://www.tuscanys.com.au/Products/Accessories.aspx?_ItemType=1'");
	fw_menu_0.addMenuItem("Hair Accessories","location='http://www.tuscanys.com.au/Products/hairaccess.aspx?_ItemType=21'");
	fw_menu_0.addMenuItem("Toe Rings","location='http://www.tuscanys.com.au/Products/ToeRings.aspx?_ItemType=25'");
	fw_menu_0.addMenuItem("Sale Items","location='http://www.tuscanys.com.au/Prodcuts/SaleItems.aspx?_ItemType=27'");
	fw_menu_0.fontWeight="bold";
	fw_menu_0.hideOnMouseOut=true;
	fw_menu_0.writeMenus();
}
function PLX_showMenu(oMenu,sID)
{
	var o = PLX_obj(sID);
	var nLeft = 1, nTop = o.offsetHeight;
	if (o.offsetParent) {
		while (o.offsetParent) {
			nLeft += o.offsetLeft;
			nTop += o.offsetTop;
			o = o.offsetParent;
		}
	}
	else if (o.x) {
		nLeft += o.x;
		nTop += o.y;
	}
	window.FW_showMenu(oMenu,nLeft,nTop);
}
