function picWin(image){
	var theUrl = "picwin.php?img=" + image;
	//alert(theUrl);
	window.open(theUrl,'theWin','width=425,height=355,toolbar=0,menubar=0,status=0,scrollbars=0,location=0,resizable=0')
}

function swapImage(filename) {
	document.getElementById("main_img").innerHTML = '<img src="images/products/med/'+filename+'" alt="Product Photo" id="big_img" onclick="picWin(\''+filename+'\');" />';
}

function picGal(image){
	var theUrl = "/www/picwin.php?img=userfiles/gallery/large/" + image + "";
	//alert(theUrl);
	window.open(theUrl,'theWin','width=660,height=500,toolbar=0,menubar=0,status=0,scrollbars=0,location=0,resizable=0')
}

function wallpaper(file) {
	var theUrl = "member.php?go=member.wallpaper&file="+file;
	window.open(theUrl,'theWin','width=425,height=355,toolbar=0,menubar=0,status=0,scrollbars=0,location=0,resizable=0');
}
