function picture(url)
{
    var floater=null
    floater=window.open(url,'picwindow','width=340,height=350,resizable=0 status=0 scrollbar=0')
}
function picture1(url)
{
    var floater=null
    floater=window.open(url,'picwindow1','width=290,height=380,resizable=0 status=0 scrollbar=0')
}
function picture2(url)
{
    var floater=null
    floater=window.open(url,'picwindow2','width=380,height=380,resizable=0 status=0 scrollbar=0')
}
function home(url)
{
    var floater=null
    floater=window.open(url,'homewindow')
}                                                                                                                          

