var open=1;
function unopen()
{
open=0;
return true;
}
function createwin()
{
if (open==1)
{
window.showModalDialog("http://www.33daystoonlineprofits.com/frame.htm?http://www.33daystoonlineprofits.com/how_they_did_it_minicourse.htm*How They Did It Mini Course","","dialogHeight: 500px; dialogWidth: 450px; dialogTop: 50px; dialogLeft: 100px; edge: Raised; center: No; help: No; resizable: Yes; status: no;");
}
}
