function livecam_open(filename)
{
window.open(filename,"stage","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=700,height=600,left=100,top=50");
}
