
function submitform() { document.forms.cart.submit(); }
function infoPopup(productId,groupId,subgroupId)
{
  day = new Date();
  id = day.getTime();
  var regexS = "[\\?&]session=([A-Za-z0-9^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if ( results == null ) 
  	infoPage = "/kauppa/tuote/" + encodeURIComponent(productId) + "?t=false";
  else
  	infoPage = "/kauppa/tuote/" + encodeURIComponent(productId) + "?t=false&session=" + results[1];
  eval("page" + id + " = window.open(infoPage, '" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=0,width=790,height=500');");
}
function checkadd(){ var answer = confirm ('Tuotteen web-saldo on alle 1, toimitus saattaa kestää pitkään. Haluatko varmasti lisätä tuotteen?'); if (answer) return true;else return false;}
function togWin(el){ el.style.display = ( el.style.display == "none" ? "block" : "none"); }
function changeImage( newSrc, imageLinkUrl ) { document.getElementById("pimgimg").src = newSrc;	document.getElementById("pimglink").href = imageLinkUrl;}

//window.addEvent('domready', function(){
//	var myTips = new Tips('.ptip');
//});

