// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Picture62' , 'Picture62LYR', 'img', 'Layout',new Array(	'Clicked',F_functPicture62Action0,'','',0),'',0); 	F_pageLoaded('Layout');}function F_functPicture62Action0(params) {
window.open('http://www.dynasoft.net/live_chat.html','livechat','width=650, height=500, scrollbars=no')
}

 
$(document).ready( function() {
F_onLoaded();
	$('#Picture62A').bind('click', function(__e) { return (F_e('Picture62', F_CL, __e)); } );
});
// End Actions


