//Piomar Furniture - Version 1.0
// Author: JMX Consulting     http://www.jmx.ca

myBrowser=navigator.appName
myVersion=navigator.appVersion

var iframepix='width="455px" height="420px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"'
var iframeinf='width="535px" height="420px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"'

var ie5=document.all
var dom=document.getElementById
var ns4=document.layers

var fPOP=new Array()
var catP=new Array()
var bCOL=new Array()


bCOL[0]="#663333"	//Default All Menu Buttons - (Brown) 
bCOL[1]="#FFD700"	//MouseOver Main Menu - (Gold)
bCOL[2]="#800000"	//Default - (Maroon)	//txtB
bCOL[3]="#FF0000"	//MouseOver Left Menu - (Red)
bCOL[4]="#000080"	//MouseOver Footer Menu - (Navy)
bCOL[5]="#DC143C"	//MouseOver SPECIAL Menu (what's hot +close) - (<Darkred)
bCOL[6]="#E9967A"	//MouseOver Listing Menu - (DarkSalmon)


fPOP[0]="_xwait.htm"
fPOP[1]="galery.htm"


function lPOP(n,id,box,p){
	if (document.getElementById) document.getElementById(id).src=fPOP[n]
	initbox(p,box)}


function initbox(n,id){
	if (!dom&&!ie&&!ns4)
	return
	crossobj=(dom)?document.getElementById(id).style : ie5? document.all.dropin : document.dropin
	crossobj.visibility=(dom||ie5)? "visible" : "show"
	crossobj.top=n}

function dismissbox(){
	if (document.getElementById) document.getElementById('iBX').src=fPOP[0];
	crossobj.visibility="hidden"}



function nxLNK(id,vrx){
	if (document.getElementById) document.getElementById(id).src = vrx}

function transport(n){
	if (n==0)window.location="index.htm"
	if (n==99)window.history.back()}




function msOVL(id,c){
	document.getElementById(id).style.backgroundColor=bCOL[c]}

function msOTL(id,c){
	document.getElementById(id).style.backgroundColor=""}



function msOVR(id,c){
	if (document.all||document.getElementById){
	id.style.color=bCOL[c]}}

function msOUT(id,c){
	if (document.all||document.getElementById){
	id.style.color=bCOL[c]}}

function bookmarksite(title, url){
	if (document.all)
	window.external.AddFavorite(url, title);
	else if (window.sidebar)
	window.sidebar.addPanel(title, url, "")}








    









