function show_disclaimer()
{
window.open("disclaimer.html","poptart","width=400,height=325,scrollbars=no,resizable");
}

function show_hotdealz1()
{
window.open("hotdealz1.html","poptart","width=400,height=375,scrollbars=no,resizable");
}

function show_hotdealz2()
{
window.open("hotdealz2.html","poptart","width=320,height=300,scrollbars=no,resizable");
}

function show_hotdealz3()
{
window.open("hotdealz3.html","poptart","width=300,height=430,scrollbars=no,resizable");
}

function show_hotdealz4()
{
window.open("hotdealz4.html","poptart","width=320,height=350,scrollbars=no,resizable");
}

function show_hotdealz5()
{
window.open("hotdealz5.html","poptart","width=350,height=300,scrollbars=no,resizable");
}

function show_advertising()
{
window.open("advertising.html","poptart","width=350,height=275,scrollbars=no,resizable");
}

function show_it(page,w,h){
window.open(page, "poptart","width="+w+",height="+h+",scrollbars=no,resizable");
}
