﻿function openpopup(popurl) {
    var winpops = window.open(popurl, "", "scrollbars=yes,width=800,height=600,status=1,toolbar=0,location=0,menubar=0");
    return false;
}
function goStream_popUp(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,width=900,height=650,location=0,statusbar=0,menubar=0,resizable=0');");
	}