document.write('<form action="JavaScript: send()" method="get" name="ajax">'
+'<div id="personal_service_chat">'
+'<div id="personal_service_heading">Personal Service Center</div>'
+'<div id="chat_window"><div id="view_ajax"></div></div>'
+'<div id="chat_type">'
+'<input type="text" name="chat" id="personal_service_input" style="width:210px">&nbsp;<input type="button" name="submit" value="Ask us!" onClick="send()"></div>'
+'</div>'
+'</form><input type="hidden" id="dummy" name="dummy" value="" />');

//document.write('<div style="position:absolute; top:400px; left; 300px;z-index:1000; background:#fff;">hei Olav</div>');

$('personal_service_chat').setStyle({
	backgroundImage: 'url(http://www.vergic.com/img/chat/chat_bg.png)',
	height: '122px',
	overflow: 'hidden',
	width: '296px'
});

$('personal_service_input').setStyle({
	border: '1px solid #000'
});

$('view_ajax').setStyle({
	overflowY : 'scroll', 
	width:'282px',
	height:'63px',
	padding:'3px',
	fontFamily: 'arial, helvetica, sans-serif',
	fontSize:'0.9em',
	fontWeight:'bold',
	//color:'#ccc',
	margin:'0 2px 0 2px' 
});
$('chat_type').setStyle({
	textAlign:'center', 
	width:'294px',
	paddingTop:'2px'
});

$('personal_service_heading').setStyle({
	fontSize:'1em',
	textAlign:'center',
	color:'#fff',
	fontWeight:'bold',
	paddingTop:'2px',
	height:'20px'
});
/*
$('chatbox').setStyle({
	width:'288px',
	fontFamily:'arial, helvetica, sans-serif',
	fontSize:'0.8em',
	color:'#333',
	margin:'1px',
	border:'1px dashed #333'
});*/