function showImage(path,width,height,title){

 var win = window.open('/cms/templateImg.php?view=' + path + '&title=' + title,'','width=' + width +',height=' + height);

}
