$(function() {
		$.nyroModalSettings({
			debug: false,
			modal: true,
			autoSizable: true,
			height: null,
			swf: {
    			wmode: 'transparent'
  			},
			endRemove: function() {
				if(GetCookie('action')=='logging'||GetCookie('action')=='register'){
					DelCookie('action');
					window.location.reload();
				}
			}
		});
		if(GetCookie('username')!=null&&GetCookie('uid')!=null&&GetCookie('username')!=''&&GetCookie('uid')!=''){
			var name=GetCookie('username');
			var id=GetCookie('uid');
			$('#home').show();
			$('#modify').show();
			$('#loginout').show();
			$('#user').hide();
			$('#usermore').hide();
		}
});
function js_2_as(getstring,id1,id2,id3) {
    thisMovie("main").js_2_as(getstring,id1,id2,id3);
}
function thisMovie(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName];
    }
    else {
        return document[movieName];
    }
}
function toflash(){
	if(GetCookie('jusername')!=null&&GetCookie('juid')!=null){
		var id=GetCookie('juid');
		js_2_as('upload',id);
	}
}