<!--
function coupon(){
	var sProperties = "";
	sProperties += "scrollbars=1,";
	sProperties += "width=364,";
	sProperties += "height=244,";
	sProperties += "location=0, toolbar=1, menubar=1, resizable, ";
	sProperties += "screenX=0,";
	sProperties += "screenY=0,";
	sProperties += "left=0,";
	sProperties += "top=0";

SendWindow = window.open("../self_storage/coupon.htm","SendWindow",sProperties);
SendWindow.focus(); }

function tellafriend(){
	
	var sProperties = "";
	sProperties += "scrollbars=1,";
	sProperties += "width=364,";
	sProperties += "height=400,";
	sProperties += "location=1, toolbar=1, menubar=1, status=1, resizable=1, ";
	sProperties += "screenX=0,";
	sProperties += "screenY=0,";
	sProperties += "left=0,";
	sProperties += "top=0";

SendWindow = window.open("../self_storage/tellafriend.htm?url="+document.location,"SendWindow",sProperties);
SendWindow.focus(); }

function refCoupon(){
	var sProperties = "";
	sProperties += "scrollbars=1,";
	sProperties += "width=435,";
	sProperties += "height=600,";
	sProperties += "location=0, toolbar=1, menubar=1, resizable, ";
	sProperties += "screenX=0,";
	sProperties += "screenY=0,";
	sProperties += "left=0,";
	sProperties += "top=0";

SendWindow = window.open("../self_storage/ref-coupon.htm","SendWindow",sProperties);
SendWindow.focus(); }
//-->