function openWindow(strUrl){
    var preview  =  window.open(strUrl,'preview','location=yes,menubar=yes');
    preview.focus();
}
