// JavaScript Document
if(customerid){
	if(customerid>0){
		document.write(
		"<iframe scrolling='no' src='support/support_main.php?cid="+customerid+"&interval="+interval+"' width='"+
		cwidth+"' height='"+cheight+"' frameborder='0' /></iframe>");
	}
}	
