function openWorkWindow(targeturl)
{
//window.open(targeturl,"","fullscreen,scrollbars");
window.open(targeturl, 'child', 'height=' + screen.height + ',width=' + screen.width + ',fullscreen,scrollbars');
}