function popCode(code){	

var loadingImagePath = "http://images.cableorganizer.com/loading.gif";

var winPop = window.open("","","menu=0,status=0,scrollbars=0,width=250,height=200;");

winPop.document.write("<html><head><title>Session Code</title></head><body style=\"padding:0; margin:0;\"><div align=\"center\">Please read the session code<br>to the customer service representative:<br><br><span style=\"font-size:14px; font-weight:bold; color:red; font-family:arial;\">"+code+"</span><br><br><a href=\"http://cableorganizer.com/referral-code.html\" target=\"_blank\">What is a session code? Click Here</a><br><br><a href=\"http://cableorganizer.com/customer-service/\" target=\"_blank\">Customer Support Center - Click Here</a></div></body></html>");
}