﻿// JScript File
function swap_img(obj,img)
{

   document.getElementById(obj).src = img;
}

function openDMSPrint()
{
    win = open("anfrage_dms_druck.aspx","conpurDMSDruck", "width=800,height=600,dependent=yes,resizable=yes,scrollbars=yes")
}

function openWTPrint()
{
    win = open("anfrage_wt_druck.aspx","conpurWTDruck", "width=800,height=600,dependent=yes,resizable=yes,scrollbars=yes")
}
