function launchSec(page,w,h) {	var str = "height=" + h + ",";	str += "width="+ w + ",";	str += "resizable=1,scrollbars=1,status=1";	var remote = open(page, "info", str);	if (remote.opener == null)		remote.opener = window;}