function pop95()
{
var s,ss,sss,ssc ;
if  ((document.f1195.T1.value < "1")) 
{
 window.confirm ("Isi Kode Instalasi !! Periksa, tidak boleh ada spasi didepan angka pertama!!!") ;}
else 
{
ss = document.f1195.T2.value ;
s = ss.substr(0,1) + ss.substr(5,1) + ss.substr(7,1);
var num1 = Math.floor(Math.random()* 9) + 1 ;
sss = "" + num1 ;
 num1 = Math.floor(Math.random()* 9) + 1 ;
sss = sss + num1 ;
 num1 = Math.floor(Math.random()* 9) + 1 ;
ssc = "" + num1 ;
regt= "  Reg " + sss + s + ssc ;
ssem = document.f1195.T1.value ;
lnkv="valemrg.php?em="+ssem+"&r1="+regt+"&kt=NoReg:F1195";
var xcrx = window.open(lnkv,"nself","width=300,height=300,resizable=no,scrollbars=no,status=no");   }
 }
