ua = navigator.userAgent
csstext = "<link rel='stylesheet' type='text/css' href='"
if (ua.indexOf('Mac') !=-1) {
csstext += "/common/css/mac.css'>"
} 
else if (ua.indexOf('Win') !=-1) {
csstext += "/common/css/win.css'>"
}
document.write (csstext);

function mkwin(){
window.open ("/form/index.html","new_win","width=460,height=500,toolbar=yes,scrollbars=yes")
}

function mkwin2(){
window.open ("/form/thanks.html","new_win2","width=460,height=500,toolbar=yes,scrollbars=yes")
}
