// JScript source code var productName=''; var modelName=''; var adminMode=0; var htmlLang=''; var ENGLISH= 0; var KOREAN= 1; function setTitle (admin, company, model, lang) { document.title= company+ ' ' +model; productName='Internet SIP Phone'; modelName=model; adminMode=admin; if (lang == ENGLISH) { document.write(''); document.write(''); htmlLang='e'; } else { document.write(''); document.write(''); htmlLang='kr'; } } setTitle(1,'DASAN','H420', 0);