function newwin(){
var win1=window.open('thumb1.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=360,height=530');
}
function a(){
var win1=window.open('thumb2.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=360,height=580');
}
function a(){
var win1=window.open('thumb2.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=360,height=580');
}
function b(){
var win1=window.open('thumb3.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=530,height=300');
}
function c(){
var win1=window.open('thumb4.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=530,height=300');
}