function openurl(url) {
     window.open( "http://www.kutsite.com" + url, "openurl" , "scrollbars=yes,width=300,height=450");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
