function ChangePage(pg)
{
	window.location=pg;
}

function showFrag(fragnum)
{
	var postop=(screen.height)?(screen.height-500)/2:100;
	var posleft=(screen.width)?(screen.width-620)/2:100;
	window.open('http://www.jetaimefragrances.com/fragrances/fragrance'+fragnum+'.htm','FRAG'+fragnum,'toolbar=0,menubar=0,status=0,scrollbars=0,resizable=0,height=500,width=620,top='+postop+',left='+posleft);
}

function swapFragrance(fragnum,pageref)
{
document.getElementById('fragframe').src = 'http://www.jetaimefragrances.com/fragrances/fragrance-'+fragnum+'.htm?page='+pageref
}

function gotoFragrance(selObj)
{
	var selIdx = selObj.selectedIndex;
	var selVal = selObj.options[selIdx].value

	if (selVal)
	{
		window.location = 'http://www.jetaimefragrances.com/items/' + selVal + '/list.htm'
	}

}

function setCurrentFragrance(selID)
{
	var selObj = document.getElementById('selID')

}

function viewProductPhoto(selURL)
{
	var retval
	window.open('http://www.jetaimefragrances.com/' + selURL,'Photo','toolbar=0,menubar=0,status=0,scrollbars=0,resizable=0,height=800,width=600,top=0,left=0');
}

function showFragList() {
document.getElementById('divFragList').style.display = "";
document.getElementById('btnHideList').style.display = "";
document.getElementById('btnShowList').style.display = "none";
}

function hideFragList() {
document.getElementById('divFragList').style.display = "none";
document.getElementById('btnHideList').style.display = "none";
document.getElementById('btnShowList').style.display = "";
}
