function OpenWin01(){
var LM1;
LM1=window.open("http://www.sjrm-medical.com/about/sjrm_isms.html","1", "width=500px,height=700px,scrollbars=yes");
LM1.focus();
}

function OpenWin02(){
var LM1;
LM1=window.open("http://www.sjrm-medical.com/precedented/howto.html","2", "width=600px,height=460,scrollbars=yes");
LM1.focus();
}

function OpenWin03(){
var LM1;
LM1=window.open("http://www.sjrm-medical.com/about/sjrm_privacy.html","3", "width=500px,height=700px,scrollbars=yes");
LM1.focus();
}