function launchMsn (id) {
  	window.open(cid + "/downloads/msn/msn.html?" + id, "msn", "width=366,height=550,scrollbars=auto,resizable=1");

}


function launchPopup(url,width,height) {
  	window.open(url, "shaunthesheep", "width=" + width + ",height=" + height + ",scrollbars=auto,resizable=1");
}