(function($) { // START of plugin definition $.fn.showModalDialog = function(options) { // build main options and merge them with default ones var optns = $.extend({}, $.fn.showModalDialog.defaults, options); // create the iframe which will open target page var $frame = $('