var frame0 = parent.frames[0];
var frame1 = parent.frames[1];


function pop_up(name ,url, wWidth, wHeight) {
   name = window.open(url, 'red', "width="+wWidth+",height="+wHeight+",toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no");
}