function mailRegister(params) {
	var url = '/cgi-bin/subsc.cgi';
	var ajax = new Ajax.Updater(
	{success: 'mailStatus'},
	url,
	{method: 'post', parameters: Form.serialize('emailForm')});
	
}

function mailDelete(params) {

	var url = '/cgi-bin/unsubsc.cgi';
	var ajax = new Ajax.Updater(
	{success: 'mailStatus'},
	url,
	{method: 'post', parameters: Form.serialize('emailForm')});
	
}

function enlarge_movie(name, width, height) {
	if (width == undefined) {
		width = 600;
	}
	if (height == undefined) {
		height = 496;
	}
	newwindow = window.open('/_wordpress/wp-content/themes/lw/popup_movie.php?file=/_wordpress/wp-content/uploads/'+name+'&width='+width+'&height='+height,'name','height='+height+',width='+width+',left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=no');
}

function popup_swf(name, width, height) {
	if (width == undefined) {
		width = 600;
	}
	if (height == undefined) {
		height = 496;
	}
	newwindow = window.open('/_wordpress/wp-content/themes/lw/popup_swf.php?file=/_wordpress/wp-content/uploads/'+name+'&width='+width+'&height='+height,'name','height='+height+',width='+width+',left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,menubar=yes');
}

function soundPlayer(file, id) {
        var so = new SWFObject("/_wordpress/wp-content/themes/lw/scripts/mediaplayer.swf", "line", "430", "20", "7");
        so.addVariable("file", file);
        so.addVariable("autostart", "false");
        so.addVariable("repeat", "false");
        so.addVariable("showdigits", "true");
        so.addVariable("volume", "60");
        so.addVariable("showdownload", "false");
        so.addVariable("backcolor", "0xffffff");
        so.addVariable("frontcolor", "0x555555");
        so.addVariable("lightcolor", "0x000000");
        so.write(id);
}

function movie(name,type) {
        if (type == 'audio') {
        document.write('<object type="application/x-shockwave-flash" width="430" height="20" wmode="transparent" data="/_wordpress/wp-content/themes/lw/scripts/mp3player.swf?config=/_wordpress/wp-content/themes/lw/scripts/config.xml&file=/_wordpress/wp-content/uploads/'+name+'"><param name="movie" value="/_wordpress/wp-content/themes/lw/scripts/mp3player.swf?config=/_wordpress/wp-content/themes/lw/scripts/config.xml&file=/_wordpress/wp-content/uploads/'+name+'" /><param name="wmode" value="transparent" /></object>');
        } else {
        var image = name.replace(/flv/g,'jpg');
        document.write('<object type="application/x-shockwave-flash" width="430" height="343" wmode="transparent" data="/_wordpress/wp-content/themes/lw/scripts/flvplayer.swf?file=/_wordpress/wp-content/uploads/'+name+'&image=/_wordpress/wp-content/uploads/'+image+'&volume=60"><param name="movie" value="/_wordpress/wp-content/themes/lw/scripts/flvplayer.swf?file=/_wordpress/wp-content/uploads/'+name+'&image=/_wordpress/wp-content/uploads/'+image+'&volume=60" /><param name="wmode" value="transparent" /></object>');
        }
}

function OpenVisitsWindow(){
        //var sx=screen.availWidth;
        //var sy=screen.availHeight;
        //var fWidth = 8;
        //var fHeight = 28;
        //var sizeW=sx-fWidth;
        //var sizeH=sy-fHeight;

        var sizeW=1024;
        var sizeH=768;

        fullwin1 = window.open("/visits/main.html","visits",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=' + sizeW + ',height=' + sizeH);
        // fullwin1.moveTo(0,0);
        // fullwin1.resizeTo(sx,sy);
        fullwin1.focus();
}


