﻿// JScript-Datei

function Skagen_Bild_L_Open (Adresse) {
    Result =  window.open (Adresse, 'Artikel', 'top=10,left=50",height=600,width=800, resizable=yes , scrollbars=yes')
    Result.focus();
}

function XY_Open (Adresse) {
    Result =  window.open (Adresse, 'newwindow', config='top=0,left=0",height=600,width=800, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes,location=yes, directories=yes, status=yes')
    Result.focus();
}

//    Result =  window.open (Adresse, 'Artikel', config='top=10,left=50",height=600,width=400, toolbar=No, menubar=NO, scrollbars=yes, resizable=yes,location=yes, directories=NO, status=NO')

