function popUp(sURL, sPhone, sGender, sShirtColor, sFontSize, sFontColor, sNumberSize, sShirtSize, sMessage) {
	sTarget = sURL+'?phone='+sPhone+'&gender='+sGender+'&shirtcolor='+sShirtColor+'&textcolor='+sFontColor+'&textsize='+sFontSize+'&phonesize='+sNumberSize+'&size='+sShirtSize+'&message='+sMessage;
	window.open(sTarget, '', 'width=650, height=650');
}

function finishCreation(sURL, sPhone, sGender, sShirtColor, sFontSize, sFontColor, sNumberSize, sShirtSize, sMessage) {
	sTarget = 'https://bolur.nova.is'+sURL+'?phone='+sPhone+'&gender='+sGender+'&shirtcolor='+sShirtColor+'&textcolor='+sFontColor+'&textsize='+sFontSize+'&phonesize='+sNumberSize+'&size='+sShirtSize+'&message='+sMessage;
	window.location = sTarget;
}

function openInfo() {
	window.open('/at.php?i=5', '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');
}

function buyPremade(pid) {
	window.location = 'https://bolur.nova.is/checkout/?premade='+pid;
}
