function terms(what)
{
  var uri="http://www.walking-things.com/terms.html#"+what;
  t=window.open(uri,'terms','resizable=yes,scrollbars=yes,width=840,height=600');
  t.focus();
}
function subscribe2Newsletta(f,shopbitnum)
{
	addy=f.addy.value;
	nlformat=f.nlformat[0];
	if(nlformat.checked){
		format=1;
	}else{
		format=2;
	}
	uri="popup-subscribe.php?addy="+addy+"&shopbit="+shopbitnum+"&format="+format;
	s=window.open(uri,'subscribe','resizable=yes,scrollbars=yes,width=540,height=290');
	s.focus();
}
function subscribeFormSubmitOnEnter(e,f){
	var key=e.keyCode || e.which;
	if (key == 13){
		subscribe2Newsletta(f)
	}
}
function suggestFilm()
{
	uri="http://www.unsaleable.com/polaroid/popup-suggestfilm.php";
	s=window.open(uri,'suggest','resizable=yes,scrollbars=yes,width=520,height=360');
	s.focus();

}
function currencyInfo()
{
	uri="http://www.unsaleable.com/shop/popup-currencies.php";
	i=window.open(uri,'info','resizable=yes,scrollbars=yes,width=460,height=260');
	i.focus();

}
function forgottenPass()
{
	uri="http://www.unsaleable.com/shop/popup-forgottenpassword.php";
	fp=window.open(uri,'forgottenpass','resizable=yes,scrollbars=yes,width=460,height=260');
	fp.focus();
}