function swapName(shipcost){
	document.theform.item_name.value = document.theform.truename.value + " (+ " + shipcost + " Shipping)";
	alert(document.theform.item_name.value);
}

function includedpremium(){
	window.open("/serviceplans/included_premium.cfm", "includedpremium", "width=523,height=393,copyhistory=no,toolbars=no,menubar=no,scrollbars=no,statusbar=no");
}

function showplan(planname){
	window.location = "/serviceplans";
	window.open("/account/indexcard.cfm?planname="+ planname, "indexcard", "width=500,height=350,copyhistory=no,toolbars=no,menubar=no,scrollbars=no,statusbar=no");
}

function showdemo(){
	window.open("/demo.cfm", "phonedemo", "width=700,height=400,copyhistory=no,toolbars=no,menubar=no,scrollbars=no,statusbar=no");
}

function prepostdiff(){
	window.open("/account/prepostdiff.cfm", "prepostdiff", "width=500,height=350,copyhistory=no,toolbars=no,menubar=no,scrollbars=no,statusbar=no");
}

function showCardCode(){
	window.open('/account/showcard.cfm', 'cardcode', 'height=160, width=300, menubars=no, statusbar=no, scrollbars=no, resizable=no');
}

function autorecharge(dalfonid, pin, linkback){
	window.open("/recharge/autorecharge.cfm?dalfonid=" + dalfonid + "&pin=" + pin + "&linkback=" + linkback, "autorecharge", "width=500, height=350, menubars=no, statusbar=no, scrollbars=no, resizable=no");
}

var openedonce = false;

function popPlayer(dalfonid, pin, message, desc){
	if (openedonce){
		webmailplayer = open('','webmailplayer').close();
	}
	openedonce = true;
	window.open("/webmail/player.cfm?r=1&dalfonid=" + dalfonid + "&pin=" + pin + "&message=" + message + "&desc=" + desc, "webmailplayer", "width=450, height=250, menubars=no, statusbar=no, scrollbars=yes, resizable=yes");
}