// JavaScript Document

function popit(url) {
	newwindow=window.open(url,'name','height=500,width=400');
	if (window.focus) {newwindow.focus()}
	return false;
}

function init()
{
tb_show('Special Promo', 'promos/bc1/banner_1.php?height=350&amp;width=400', null);
}