/* Function for opening an online application
-----------------------------------------------------------------*/

function OpenApp(cid, width, height) {
	newWin = window.open('https://secure.resiteit.com/apps/?cid='+cid,'App','toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width='+width+' ,height='+height);
}