// JavaScript Document

function showPopWin (url,width,height,x) {
		$.nyroModalManual({
			type: 'iframe',
			forceType: 'iframe',
			bgColor: '#000000',
			width: width,
			height: height,
			resizeable: false,
			url: url
		});
}
