// JScript source code

//******************  SCRIPT 1 ************************
var sl_path = 'http://catalogs.shoplocal.com/';

function showLargeView(identifier) {	
	window.open( sl_path + 'thecompanystore/media.aspx?pagename=largeview&identifier=' + identifier + '&mode=l','shoplocal_popup','width=482,height=482,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}

function openS7(url)
{				
	if (url.indexOf("_ALT") >= 0 || url.indexOf("_alt") >= 0)
	{
		window.open(url,"scene7win","width=620,height=510,top=100,left=0");
	}
	else
	{
		window.open(url,"scene7win","width=630,height=450,top=100,left=0");
	}
}

