function shopWin (url,shop) {
	popupWin=window.open(url,shop,
	"width=680,height=380,scrollbars=yes");
	}

function searchWin (url,search) {
	popupWin=window.open(url,search,
	"width=520,height=140,scrollbars=yes");
	}

function subWin (url, subscribe) {
	popupWin=window.open(url,subscribe,
	"width=420,height=320");
	}
	
function infoWin (url, info) {
	popupWin=window.open(url,info,
	"width=420,height=200");
	}
	
function meetWin (url,meet) {
	popupWin=window.open(url,meet,
	"width=600,height=320,scrollbars=yes");
	}
	
function ebayWin (url,ebay) {
	popupWin=window.open(url,ebay,
	"width=400,height=480,scrollbars=yes");
	}
	
function linkWin (url,link) {
	popupWin=window.open(url,link,
	"width=550,height=250,scrollbars=yes");
	}	