﻿// JScript File
var win;
function openWin(strPageName) {
 //win = open("Tip.aspx?strPageId=" + strPageName + "," + "SendLink", "height=235,width=330");  
 win = open("Tip.aspx?strPageId=" + strPageName + " + ","SendLink", "height=235,width=330");
}

function openProdWin(str, newWidth, newHeight) {
 NewWindow = window.open("showPicture.aspx?Which="+str, "Showpicture", "width=" + (newWidth + 20) + ",height=" + (newHeight + 20));
}

window.status = "Copyright Bloppys se - en unik e-handelslösning att växa i, www.bloppys.se/unikakunder"



