<!--
/*
function chg_img(imgField,newImg){
	if (document.images){
		document[imgField].src= eval(newImg + ".src")
	}
}
*/

function popup_pic(sPicURL) { 
	var x = window.open( "popup.php?"+sPicURL, "LoudMerch", "resizable=0,status=0,left=0,top=0,height=200,width=200");
	x.focus();
}

function open_links(siteurl){
	LinkWindow = window.open("http://"+siteurl,"","width=750,height=420,scrollbars=yes,toolbar=yes,status=yes,location,resizable=1,menubar,left=0,top=0");
}

function open_inside_links(siteurl){
	LinkWindow = window.open(siteurl,"","width=750,height=420,scrollbars=yes,toolbar=yes,status=yes,location,resizable=1,menubar,left=0,top=0");
}

//-->