jQuery(document).ready(function($) {
	$.updnWatermark.attachAll();
});

$(function() {
	$('#contents a.lightbox').lightBox();
});

$(function(){
	$("#jstyle").attr({href:$.cookie('style')});
});

function jstyle(cssurl){
	$('#jstyle').attr({href:cssurl});
	$.cookie('style',cssurl,{expires:30,path:'/'});
}

function change_map_image(url) {
	document.getElementById('map').src = url;
}

function newwindow(url) {
	window.open(url,'Newwindow','toolbar=no,location=no,directoryies=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=950,height=800,top=30,left=30');
}
