var ie = false;
var ns = false;

if(navigator.appName.indexOf("Netscape") > -1) { ns = true; }
else if (navigator.appName.indexOf("Microsoft") > -1) { ie = true; }

function open_leathercolor()
{
	window.open('images/leather_colors.jpg', '_blank', 'width=363,height=524');
}

function open_handbagsdesigns()
{
	window.open('handbags_designs.html', '_blank', 'width=440,height=600');
}

function open_walletdesigns()
{
	window.open('images/wallet_designs.jpg', '_blank', 'width=461,height=668');
}
