function showLink(doc)
{
window.open( doc, 'Ayky', 'scrollbars=yes, menubar=yes, resizable=yes, toolbar=yes, directories=yes, location=yes, status=yes, width=700, height=500');
}