window.addEvent ('domready', function (){
	if ($('iphone_ex')) {
		$('iphone_ex').addEvent ('click', function (e)
		{
			window.open ('/iphone_example_1.php', 'iphone_ex_win', 'width=600,height=640,location=no,status=no,resizable=no');
			return false;
		});
	}
	if ($('widget_ex')) {
		$('widget_ex').addEvent ('click', function (e)
		{
			window.open ('/widget_example.php', 'widget_ex_win', 'width=600,height=554,location=no,status=no,resizable=no' + ',toolbar=no,scrollbars=no,menubar=no');
			return false;
		});
	}
	if ($('complex_entry_ex')) {
		$('complex_entry_ex').addEvent ('click', function (e)
		{
			window.open ('/complex_entry_example.php', 'complex_entry_ex_win', 'width=586,height=600,location=no,status=no,resizable=no' + ',toolbar=no,scrollbars=no,menubar=no');
			return false;
		});
	}
	if ($('proj_doc_ex')) {
		$('proj_doc_ex').addEvent ('click', function (e)
		{
			window.open ('/proj_doc_example_1.php', 'proj_doc_ex_win', 'width=600,height=372,location=no,status=no,resizable=no' + ',toolbar=no,scrollbars=no,menubar=no');
			return false;
		});
	}
	if ($('po_alloc_ex')) {
		$('po_alloc_ex').addEvent ('click', function (e)
		{
			window.open ('/po_alloc_example_1.php', 'po_alloc_ex_win', 'width=600,height=348,location=no,status=no,resizable=no' + ',toolbar=no,scrollbars=no,menubar=no');
			return false;
		});
	}
});