


function rule() {
	url = "http://dumul.com/shop/index.php?doc=rule.htm";
    opt = 'scrollbars=yes,width=600,height=500,left=0,top=0,resizable=1,toolbar=0';
    window.open(url, "nospam", opt);
}


function privacy() {
	url = "http://dumul.com/shop/index.php?doc=privacy.htm";
    opt = 'scrollbars=yes,width=600,height=500,left=0,top=0,resizable=1,toolbar=0';
    window.open(url, "nospam", opt);
}


