﻿function blank6(boyutw,boyuth,resimfilename)
{
    window.open(resimfilename,"_blank","toolbar=no,left=100, top=100,location=no,status=no,menubar=no,width="+boyutw+", height="+boyuth+", scrollbars=yes, alwaysRaised=yes,dependent=yes, resizable=yes");
}